summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Hint why SDL_Init() may have failed.Carl Eugen Hoyos2011-07-101-0/+1
* Match VA-API / VDPAU with zlib / bzlib build system documentation.Carl Eugen Hoyos2011-07-101-2/+2
* examples/muxing.c: remove doxy reference to unexisting fileStefano Sabatini2011-07-101-1/+0
* doc/examples: add decoding/filtering example programStefano Sabatini2011-07-102-1/+231
* examples/encoding.c: remove unnecessary includesStefano Sabatini2011-07-101-8/+0
* examples/encoding.c: use av_image_alloc() for allocating an image bufferStefano Sabatini2011-07-101-10/+6
* graphparser: simplify condition in avfilter_graph_parse()Stefano Sabatini2011-07-102-2/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-1019-108/+1191
|\
| * H.264: fix filter_mb_fast with 4:4:4 + 8x8dctJason Garrett-Glaser2011-07-091-1/+1
| * alsa: limit buffer_size to 32768 frames.Justin Ruggles2011-07-092-0/+3
| * alsa: fallback to buffer_size/4 for period_size.Justin Ruggles2011-07-091-0/+2
| * 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
| * segafilm: add support for videos with cri adx adpcmMatthew Hoops2011-07-091-7/+21
| * gxf: Fix 25 fps DV material in GXF being misdetected as 50 fpsTomas Härdin2011-07-091-9/+16
| * libxvid: Add const qualifier to silence compiler warning.Diego Biurrun2011-07-091-1/+1
| * H.264: improve qp_thresh checkJason Garrett-Glaser2011-07-082-6/+4
| * 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
| * H.264: av_always_inline some more functionsJason Garrett-Glaser2011-07-083-8/+8
| * H.264: Add x86 assembly for 10-bit H.264 predict functionsDaniel Kang2011-07-084-1/+998
| * 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
| * swscale: error dithering for 16/9/10-bit to 8-bit.Ronald S. Bultje2011-07-083-30/+160
| * swscale: fix overflow in 16-bit vertical scaling.Ronald S. Bultje2011-07-088-41/+41
| * swscale: fix crash in 8-bpc bilinear output without alpha.Ronald S. Bultje2011-07-081-1/+2
| * swscale: fix 16-bit horizontal scaling underflow.Ronald S. Bultje2011-07-087-23/+23
| * swscale: fix 16-bit scaling when output is 8-bits.Ronald S. Bultje2011-07-089-27/+27
* | 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
* | 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
* | 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-0923-755/+947
|\ \ | |/
| * 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
| * 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
| * ffmpeg: drop AV prefixes from struct names.Anton Khirnov2011-07-081-54/+54
| * ffmpeg: deprecate loop_input and loop_output optionsAnton Khirnov2011-07-084-7/+15
| * gif: add loop private option.Anton Khirnov2011-07-083-4/+34
| * img2: add loop private option.Anton Khirnov2011-07-083-2/+17
| * AVOptions: in av_opt_find() don't return named constants unless unit is speci...Anton Khirnov2011-07-081-2/+3
| * x11grab: replace undocumented nomouse hackery with a private option.Anton Khirnov2011-07-081-3/+4
OpenPOWER on IntegriCloud