summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | doc: replace @pxref by @ref where appropriateDiego Biurrun2011-07-094-9/+8
| | | |
| * | | mpeg1video: don't abort if thread_count is too high.Frank Barchard2011-07-091-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | Instead, just decrease it to a valid value and use that. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * | | segafilm: add support for videos with cri adx adpcmMatthew Hoops2011-07-091-7/+21
| | | | | | | | | | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * | | gxf: Fix 25 fps DV material in GXF being misdetected as 50 fpsTomas Härdin2011-07-091-9/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set DV packet durations using fields_per_frame. This requires turning gxf_stream_info into the demuxer's context for access to the value in gxf_packet(). Since MPEG-2 seems to work fine this done only for DV. Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * | | libxvid: Add const qualifier to silence compiler warning.Diego Biurrun2011-07-091-1/+1
| | | | | | | | | | | | | | | | libavcodec/libxvidff.c:752: warning: initialization discards qualifiers from pointer target type
| * | | H.264: improve qp_thresh checkJason Garrett-Glaser2011-07-082-6/+4
| | | | | | | | | | | | | | | | Eliminate redundant check in filter_mb_fast, consider bit depth in calculating qp_thresh.
| * | | H.264: use fill_rectangle in CABAC decodingJason Garrett-Glaser2011-07-081-2/+1
| | | |
| * | | H.264: Remove redundant hl_motion_16/8 codeJason Garrett-Glaser2011-07-081-42/+10
| | | |
| * | | H.264: merge fill_rectangle into P-SKIP MV prediction, to match B-SKIPJason Garrett-Glaser2011-07-082-25/+24
| | | |
| * | | H.264: faster P-SKIP decodingJason Garrett-Glaser2011-07-082-10/+102
| | | | | | | | | | | | | | | | | | | | Inline the relevant parts of fill_decode_caches into P-SKIP mv prediction to avoid calling the whole thing.
| * | | H.264: av_always_inline some more functionsJason Garrett-Glaser2011-07-083-8/+8
| | | | | | | | | | | | | | | | These weren't getting inlined all the time in all gcc versions.
| * | | H.264: Add x86 assembly for 10-bit H.264 predict functionsDaniel Kang2011-07-084-1/+998
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mainly ported from 8-bit H.264 predict. Some code ported from x264. LGPL ok by author. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * | | swscale: rename uv_off/uv_off2 to uv_off_px/byte.Ronald S. Bultje2011-07-083-46/+46
| | | |
| * | | swscale: implement error dithering in planarCopyWrapper.Ronald S. Bultje2011-07-081-19/+90
| | | | | | | | | | | | | | | | Based on a somewhat similar idea in FFmpeg's swscale.
| * | | swscale: error dithering for 16/9/10-bit to 8-bit.Ronald S. Bultje2011-07-083-30/+160
| | | | | | | | | | | | | | | | Based on a somewhat similar idea in FFmpeg's swscale copy.
| * | | swscale: fix overflow in 16-bit vertical scaling.Ronald S. Bultje2011-07-088-41/+41
| | | | | | | | | | | | | | | | | | | | | | | | We operated on 31-bits, but with e.g. lanczos scaling, values can add up to beyond 0x80000000, thus leading to output of zeroes. Drop one bit of precision fixes this.
| * | | swscale: fix crash in 8-bpc bilinear output without alpha.Ronald S. Bultje2011-07-081-1/+2
| | | | | | | | | | | | | | | | | | | | We accessed the alpha array even it wasn't used and didn't exist, hence leading to a NULL pointer segfault.
| * | | swscale: fix 16-bit horizontal scaling underflow.Ronald S. Bultje2011-07-087-23/+23
| | | | | | | | | | | | | | | | | | | | When using e.g. lanczos scaling, values can drop below 0, so they should never be unsigned.
| * | | swscale: fix 16-bit scaling when output is 8-bits.Ronald S. Bultje2011-07-089-27/+27
| | | | | | | | | | | | | | | | | | | | We would use the second half of the U plane buffer, rather than the V plane buffer, to output the V plane pixels.
* | | | cosmetic: reindent of dxva2 zigzag workaroundJoakim Plate2011-07-091-7/+7
| | | |
* | | | Added ability to enable workaround for dxva2 decoding using older ATI cardsJoakim Plate2011-07-092-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | The workaround need to be enabled per pci id which can not be detected inside ffmpeg. So this adds a flag that enabled the alternate behavior.
* | | | Support gsm_ms in caf files.Carl Eugen Hoyos2011-07-092-0/+3
| | | |
* | | | examples/encoding.c: replace "this library" with "libavcodec" in doxyStefano Sabatini2011-07-091-1/+1
| | | | | | | | | | | | | | | | So it is more clear the context of the sentence.
* | | | examples/encoding.c: remove reference to unexisting fileStefano Sabatini2011-07-091-1/+0
| | | |
* | | | examples/muxing.c: set sample format for encodingStefano Sabatini2011-07-091-0/+1
| | | | | | | | | | | | | | | | | | | | This is required, or avcodec_open() will abort because of invalid sample format.
* | | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-0923-755/+947
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (28 commits) mp3enc: write a xing frame containing number of frames in the file lavf: update AVStream.nb_frames when muxing. ffmpeg: remove unused variables from InputStream. doc: update ffmpeg -ar and -ac documentation to reflect reality. ffmpeg: remove pointless if (nb_input_files) ffmpeg: merge input_files_ts_offset into input_files. ffmpeg: merge input_codecs into input_streams. ffmpeg: drop AV prefixes from struct names. ffmpeg: deprecate loop_input and loop_output options gif: add loop private option. img2: add loop private option. AVOptions: in av_opt_find() don't return named constants unless unit is specified. x11grab: replace undocumented nomouse hackery with a private option. dict: extend documentation. lls: whitespace cosmetics docs: Use proper markup for a literal command line option docs: Remove a remark that isn't relevant any longer docs: Explain how to regenerate import libraries with MSVC tools docs: Mention that libraries for MSVC can be built with a cross compiler docs: Remove old docs that mention setting up a build environment with lib.exe ... Conflicts: doc/ffmpeg.texi doc/general.texi ffmpeg.c libavcodec/Makefile libavcodec/dnxhddata.c libavformat/mp3enc.c libavformat/utils.c libavutil/Makefile tests/copycooker.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | | mp3enc: write a xing frame containing number of frames in the fileAnton Khirnov2011-07-082-5/+71
| | | |
| * | | lavf: update AVStream.nb_frames when muxing.Anton Khirnov2011-07-082-1/+8
| | | |
| * | | ffmpeg: remove unused variables from InputStream.Anton Khirnov2011-07-081-5/+0
| | | |
| * | | doc: update ffmpeg -ar and -ac documentation to reflect reality.Anton Khirnov2011-07-081-8/+8
| | | |
| * | | ffmpeg: remove pointless if (nb_input_files)Anton Khirnov2011-07-081-17/+14
| | | | | | | | | | | | | | | | | | | | It's required to be non-zero since cc58300e30e7aea6acfecd72a04a3886b285cfd8
| * | | ffmpeg: merge input_files_ts_offset into input_files.Anton Khirnov2011-07-081-9/+10
| | | |
| * | | ffmpeg: merge input_codecs into input_streams.Anton Khirnov2011-07-081-10/+7
| | | | | | | | | | | | | | | | There's no point in keeping them separate.
| * | | ffmpeg: drop AV prefixes from struct names.Anton Khirnov2011-07-081-54/+54
| | | | | | | | | | | | | | | | Those are reserved for the libs.
| * | | ffmpeg: deprecate loop_input and loop_output optionsAnton Khirnov2011-07-084-7/+15
| | | | | | | | | | | | | | | | They were replaced by (de)muxer private options.
| * | | gif: add loop private option.Anton Khirnov2011-07-083-4/+34
| | | | | | | | | | | | | | | | Deprecate AVFormatContext.loop_output.
| * | | img2: add loop private option.Anton Khirnov2011-07-083-2/+17
| | | | | | | | | | | | | | | | Deprecate AVFormatContext.loop_input.
| * | | AVOptions: in av_opt_find() don't return named constants unless unit is ↵Anton Khirnov2011-07-081-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specified. That is, unless the caller explicitly asks for them. Prevents conflict between e.g. the 'loop' option in img2 demuxer and 'loop' flag in AVCodecContext.
| * | | x11grab: replace undocumented nomouse hackery with a private option.Anton Khirnov2011-07-081-3/+4
| | | |
| * | | dict: extend documentation.Anton Khirnov2011-07-081-3/+36
| | | |
| * | | lls: whitespace cosmeticsMans Rullgard2011-07-081-59/+74
| | | | | | | | | | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * | | docs: Use proper markup for a literal command line optionMartin Storsjö2011-07-081-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | docs: Remove a remark that isn't relevant any longerMartin Storsjö2011-07-081-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | Now the bin directory only contains those DLLs that are actually used. Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | docs: Explain how to regenerate import libraries with MSVC toolsMartin Storsjö2011-07-081-0/+28
| | | | | | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | docs: Mention that libraries for MSVC can be built with a cross compilerMartin Storsjö2011-07-081-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | docs: Remove old docs that mention setting up a build environment with lib.exeMartin Storsjö2011-07-081-26/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The build system doesn't use lib.exe any longer, and therefore this can be simplified. Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | docs: Mention the upstream bugzilla url about the dlltool vs MSVC issueMartin Storsjö2011-07-081-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * | | dnxhd: prettify tablesMans Rullgard2011-07-081-36/+574
| | | | | | | | | | | | | | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
| * | | flashsv: inline copy_region() into flashsv_decode_frame()Diego Biurrun2011-07-081-16/+11
| | | |
| * | | avutil: Add missing test programs to Makefile.Diego Biurrun2011-07-081-1/+2
| | | |
OpenPOWER on IntegriCloud