Commit Graph

61 Commits

Author SHA1 Message Date
Bruno Randolf e652eb6243 ffmpeg: Disable mips32r2 for mips32 CPUs
Some CPUs, such as the au1500 are MIPS32 but not MIPS32r2 and we have to
explicitly disable mips32r2 in the ffmpeg configure script.

Signed-off-by: Bruno Randolf <br1@einfach.org>
2014-10-14 10:17:11 +01:00
Ian Leonard 94b4a11fe1 ffmpeg: Update to 2.3.4
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-10-11 22:13:15 -07:00
Ian Leonard ad20ef1147 ffmpeg: add libopus support
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-10-11 22:13:15 -07:00
Ian Leonard 39d930cfb4 ffmpeg: update to 2.3.3
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-08-30 01:23:46 -07:00
Ian Leonard 8bbe2c06fa ffmpeg: improve minidlna profile
Minidlna has no need to mux streams, or be able to read network streams at this point in time, so remove this support from
libffmpeg.

Synchronize the minidlna profile between libffmpeg-ucstom and libffmpeg-mini.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-08-12 13:03:51 -07:00
Ian Leonard 228c3d0dea ffmpeg: update to 2.3.1
Changes:
Disable SIMD usage; creates build errors
Disable runtime cpudetect as it's all disabled
Re-enable compiler optimizations
re-enable stripping

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-08-12 13:02:46 -07:00
Ian Leonard c729313425 ffmpeg: convert license to SPDX format.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-07-31 21:34:30 -07:00
Ian Leonard 875eb1cc24 ffmpeg: remember to adjust InstallDev too
Finish adjustment for libavdevice with libffmpeg-mini

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-07-23 16:14:37 -07:00
Ian Leonard 92e8e56069 ffmpeg: remove libavdevice from the libffmpeg-mini variant
As libffmpeg-mini is intended for DLNA purposes, it needs only
to identify media, not interact with input or output devices.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2014-07-23 16:14:37 -07:00
thess f61fe11ce0 FFMPEG: Add more custom options, add audio-only decoder option, update pkg release, copyright, add myself as pkg maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-07-16 15:32:17 -04:00
Ted Hess 93df7dde30 Import ffmpeg from oldpackages 2014-07-16 12:31:58 -04:00