summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | ffv1enc: use default number of slices if unspecifiedMichael Niedermayer2012-07-13
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | ffv1dec: print timestamp at which a CRC mismatch happenedMichael Niedermayer2012-07-13
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | add PLV1 fourcc to mpeg4Compn2012-07-13
| | | | | | | | | | | | works on http://samples.ffmpeg.org/V-codecs/PLV1/york-water-meteor.avi
* | | lavc: add pkt_timebase to allow avcodec to adjust pkt_dts/pts when neededMichael Niedermayer2012-07-13
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | doc/ffmpeg: document more deeply -re option.burek2012-07-13
| | | | | | | | | | | | | | | Signed-off-by: Clément Bœsch <ubitux@gmail.com> Signed-off-by: Lou Logan <lou@lrcd.com>
* | | doc/protocol.texi: fix missed application referenceMichael Niedermayer2012-07-13
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | general.texi: fix project referenceMichael Niedermayer2012-07-13
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | matroskaenc: switch to av_assertMichael Niedermayer2012-07-13
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | ffmpeg: fix type of av_log() argumentMichael Niedermayer2012-07-13
| |/ |/| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavc: fix ff_alloc_packet()Paul B Mahol2012-07-13
| | | | | | | | | | | | Regression introduced in 740b9ff44. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | build_system: mark libfdk as non GPL compatible until the situation is ↵Michael Niedermayer2012-07-13
| | | | | | | | | | | | | | | | clarified by someone qualified. The license fee text may be interpreted as a additional restriction in the GPL sense. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: build: Fix Ogg demuxer dependencies build: Fix FLAC demuxer dependencies flac: Move flac functions shared between libraries to flac common code build: Fix CAF demuxer dependencies build: Fix MP2 muxer dependencies build: Add missing build rules for the ISMV muxer configure: Drop redundant mxf_d10 test dependency declaration Support AAC encoding via the external library fdk-aac libavcodec: Add more AAC profiles dct/fft-test: use a replacement getopt() if the system has none present. Conflicts: Changelog libavcodec/Makefile libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: Fix Ogg demuxer dependenciesDiego Biurrun2012-07-12
| |
| * build: Fix FLAC demuxer dependenciesDiego Biurrun2012-07-12
| |
| * flac: Move flac functions shared between libraries to flac common codeDiego Biurrun2012-07-12
| | | | | | | | This fixes a number of flac-related build dependencies.
| * build: Fix CAF demuxer dependenciesDiego Biurrun2012-07-12
| |
| * build: Fix MP2 muxer dependenciesDiego Biurrun2012-07-12
| |
| * build: Add missing build rules for the ISMV muxerDiego Biurrun2012-07-12
| |
| * configure: Drop redundant mxf_d10 test dependency declarationDiego Biurrun2012-07-12
| | | | | | | | | | The mxf_d10 test depends on avconv, which depends on avfilter, so there is no need to declare an avfilter dependency for the mxf_d10 test.
| * Support AAC encoding via the external library fdk-aacMartin Storsjö2012-07-12
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * libavcodec: Add more AAC profilesMartin Storsjö2012-07-12
| | | | | | | | | | | | | | The numerical values of the profiles are the MPEG4 Audio Object Type values, minus one. Signed-off-by: Martin Storsjö <martin@martin.st>
| * dct/fft-test: use a replacement getopt() if the system has none present.Ronald S. Bultje2012-07-11
| | | | | | | | | | | | | | This allows compiling and running these tests on systems lacking a built- in version of getopt(), such as MSVC. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | lclenc: switch to av_assertMichael Niedermayer2012-07-12
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mxfenc: switch to av_assertMichael Niedermayer2012-07-12
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | av_samples_copy: support overlapping copiesMichael Niedermayer2012-07-12
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mp3dec: parse initial silence padding information from lame tagMichael Niedermayer2012-07-12
| | | | | | | | | | | | And pass the information on to the lavf core. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf: inject sample skip side data when requested by the demuxerMichael Niedermayer2012-07-12
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | add output for frame timestampsRobert Krüger2012-07-12
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | exr: rle decompressionPaul B Mahol2012-07-12
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | configure: produce useful uninstalled pc files.Nicolas George2012-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The old files were scattered in several directories, with an unusual name, but dependencies to the usual name, and relative paths. The new files are regrouped in a singled directory (doc/examples/pc-uninstalled) with their usual name and more absolute paths. With this change, it becomes possible to compile the examples with the ffmpeg build tree by setting the environment variable: PKG_CONFIG_PATH=pc-uninstalled
* | exr: cache some valuesPaul B Mahol2012-07-12
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | dca: map xxch side channels to AV_CH_SIDE_LEFT/RIGHT instead of REAR.Hendrik Leppkes2012-07-12
| | | | | | | | | | | | | | | | | | This fixes decoding of certain 7.1 DTS-HD HRA files, as well as matches the spec better. Table 6-22 in the DTS spec labels the two channels "Left/Right surround on side", and not rear. Reviewed-by: Benjamin Larsson <benjamin@southpole.se> Reviewed-by: Nick Brereton <nick@nbrereton.net> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: configure: Check for the math function rint TechSmith Screen Codec 2 decoder rtsp: Add listen mode rtsp: Make rtsp_open_transport_ctx() non-static rtsp: Move rtsp_read_close rtsp: Parse the mode=receive/record parameter in transport lines Conflicts: Changelog libavcodec/avcodec.h libavcodec/version.h libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Check for the math function rintRonald S. Bultje2012-07-11
| | | | | | | | | | | | Add a fallback implementation if it doesn't exist. Signed-off-by: Martin Storsjö <martin@martin.st>
| * TechSmith Screen Codec 2 decoderKostya Shishkov2012-07-11
| |
| * rtsp: Add listen modeJordi Ortiz2012-07-10
| | | | | | | | | | | | | | This makes the RTSP demuxer act as a server, listening for an incoming connection. Signed-off-by: Martin Storsjö <martin@martin.st>
| * rtsp: Make rtsp_open_transport_ctx() non-staticJordi Ortiz2012-07-10
| | | | | | | | | | | | This is required for the upcoming RTSP listen mode. Signed-off-by: Martin Storsjö <martin@martin.st>
| * rtsp: Move rtsp_read_closeJordi Ortiz2012-07-10
| | | | | | | | | | | | | | This avoids having to add forward declarations in the following RTSP listen mode commit. Signed-off-by: Martin Storsjö <martin@martin.st>
| * rtsp: Parse the mode=receive/record parameter in transport linesJordi Ortiz2012-07-10
| | | | | | | | | | | | | | We need to support the nonstandard mode=receive, for compatibility with older libavformat clients. Signed-off-by: Martin Storsjö <martin@martin.st>
* | vorbisdec: switch to av_assertMichael Niedermayer2012-07-11
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avidec: switch to av_assertMichael Niedermayer2012-07-11
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | exr: zip decompressionPaul B Mahol2012-07-11
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | exr: remove dead assigmentPaul B Mahol2012-07-11
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | replace all __volatile__ by volatileMichael Niedermayer2012-07-11
| | | | | | | | | | | | | | __volatile__ can cause problems with some compilers and volatile is a standard keyword. Found-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf/mxfenc: fix dnxhd codec uls and aspect ratioMatthieu Bouron2012-07-11
| | | | | | | | | | Reviewed-by: Tomas Härdin <tomas.hardin@codemill.se> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | tiffenc: use av_fast_padded_malloc(z)Paul B Mahol2012-07-10
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavc: add av_fast_padded_malloczPaul B Mahol2012-07-10
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | tiffenc: add .initPaul B Mahol2012-07-10
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | parseutils: ignore digits below the microsecond.Nicolas George2012-07-10
| | | | | | | | | | Accept 1.1234567 as simply 1.123456 instead of rejecting it. The rounding is towards 0, which is acceptable and much simpler.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: mss1: fix decoding masked regions in interframes mxfdec: fix off by one error. mxfdec: only parse next partition pack if parsing forward mxfdec: let pkt->pts = mxf->current_edit_unit if intra-only mxfdec: fix frame height vs field height confusion mxfdec: Add intra_only flag to MXFTrack mxfdec: fix Avid AirSpeed files being misinterpreted as OP1a mxfdec: truncate packets that extend past the next edit unit mxfdec: set pixel format for cdci picture formats mxfdec: detect uncomp pictures using essence container ul mxfdec: set track edit rate num/den in expected order x86/cpu: implement get/set_eflags using intrinsics x86/cpu: implement support for cpuid through intrinsics x86/cpu: implement support for xgetbv through intrinsics lavu: use intrinsics for emms on systems lacking inline asm support mem: Don't abort on av_malloc(0) in debug mode Conflicts: configure libavformat/mxf.h libavformat/mxfdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>