summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* dnxhdenc: Replace a forward declaration by the proper #include.Diego Biurrun2011-07-12
* h264: move h264_mvpred.h include.Ronald S. Bultje2011-07-12
* pix_fmt: Fix number of bits per component in yuv444p9beOskar Arvidsson2011-07-12
* lavf: deprecate AVFormatContext.timestampAnton Khirnov2011-07-12
* ffmpeg: merge input_files_ts_scale into InputStream.Anton Khirnov2011-07-12
* ffmpeg: don't abuse a global for passing sample format from input to outputAnton Khirnov2011-07-12
* ffmpeg: don't abuse a global for passing channel layout from input to outputAnton Khirnov2011-07-12
* ffmpeg: factor common code from new_a/v/s/d_stream to new_output_stream()Anton Khirnov2011-07-12
* matroskaenc: make SSA default subtitle codec.Anton Khirnov2011-07-12
* oggdec: prevent heap corruption.Chris Evans2011-07-11
* changelog: misc typo and wording fixesDiego Biurrun2011-07-12
* H.264: add filter_mb_fast support for >8-bit decodingJason Garrett-Glaser2011-07-11
* doc: Remove outdated comments about gcc 2.95 and gcc 3.3 support.Diego Biurrun2011-07-11
* lls: use av_lfg instead of rand() in test programMans Rullgard2011-07-11
* build: remove unnecessary dependency on libs from 'all' targetMans Rullgard2011-07-11
* H.264: avoid redundant alpha/beta calculations in loopfilterJason Garrett-Glaser2011-07-11
* H.264: optimize intra/inter loopfilter decisionJason Garrett-Glaser2011-07-11
* mpegts: fix Continuity Counter error detectionJindrich Makovicka2011-07-11
* build: remove unnecessary FFLDFLAGS variableMans Rullgard2011-07-11
* vp8/mt: flush worker thread, not application thread context, on seek.Ronald S. Bultje2011-07-10
* mt: proper locking around release_buffer calls.Ronald S. Bultje2011-07-10
* DxVA2: unbreak build after [657ccb5ac75ce34e62bd67f228d9bd36db72189e]Jean-Baptiste Kempf2011-07-10
* hwaccel: unbreak buildMans Rullgard2011-07-10
* Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* swscale: fix crash with dithering due incorrect offset calculation.Anton Mitrofanov2011-07-10
* matroskadec: fix stupid typo (!= -> ==)Anton Khirnov2011-07-10
* build: remove duplicates from order-only directory prerequisite listDiego Biurrun2011-07-10
* build: rework rules for things in the tools dirMans Rullgard2011-07-10
* configure: fix --cpu=host with gcc 4.6Mans Rullgard2011-07-10
* ARM: use const macro to define constant data in asmMans Rullgard2011-07-10
* bitdepth: simplify FUNC/FUNCC macrosMans Rullgard2011-07-10
* dsputil: remove ff_emulated_edge_mc macro used in one placeMans Rullgard2011-07-10
* 9/10-bit: simplify clipping macrosMans Rullgard2011-07-10
* matroskadec: reindentAnton Khirnov2011-07-10
* matroskadec: defer parsing of cues element until we seek.Aaron Colwell2011-07-10
* lavc: add support for codec-specific defaults.Anton Khirnov2011-07-10
* lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-10
* lavc: remove a half-working attempt at different defaults for audio/video cod...Anton Khirnov2011-07-10
* ac3dec: add a drc_scale private optionAnton Khirnov2011-07-10
* lavf: add avformat_find_stream_info()Anton Khirnov2011-07-10
* lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov2011-07-10
* H.264: fix filter_mb_fast with 4:4:4 + 8x8dctJason Garrett-Glaser2011-07-09
* alsa: limit buffer_size to 32768 frames.Justin Ruggles2011-07-09
* alsa: fallback to buffer_size/4 for period_size.Justin Ruggles2011-07-09
* doc: replace @pxref by @ref where appropriateDiego Biurrun2011-07-09
* mpeg1video: don't abort if thread_count is too high.Frank Barchard2011-07-09
* segafilm: add support for videos with cri adx adpcmMatthew Hoops2011-07-09
* gxf: Fix 25 fps DV material in GXF being misdetected as 50 fpsTomas Härdin2011-07-09
* libxvid: Add const qualifier to silence compiler warning.Diego Biurrun2011-07-09
* H.264: improve qp_thresh checkJason Garrett-Glaser2011-07-08