aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lavfi: port boxblur filter from libmpcodecsStefano Sabatini2011-07-147-2/+416
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-1319-152/+187
|\
| * doc: Improve references to external URLs.Diego Biurrun2011-07-125-29/+39
| * h264: move decode_mb_skip() from h264.h to h.264_mvpred.hDiego Biurrun2011-07-122-41/+39
| * ffplay: skip return value of avcodec_decode_video2 / avcodec_decode_subtitle2Diego Biurrun2011-07-121-8/+6
| * dnxhdenc: Replace a forward declaration by the proper #include.Diego Biurrun2011-07-121-2/+1
| * h264: move h264_mvpred.h include.Ronald S. Bultje2011-07-121-3/+1
| * pix_fmt: Fix number of bits per component in yuv444p9beOskar Arvidsson2011-07-121-3/+3
| * lavf: deprecate AVFormatContext.timestampAnton Khirnov2011-07-127-14/+71
| * ffmpeg: merge input_files_ts_scale into InputStream.Anton Khirnov2011-07-121-9/+13
| * ffmpeg: don't abuse a global for passing sample format from input to outputAnton Khirnov2011-07-121-3/+7
| * ffmpeg: don't abuse a global for passing channel layout from input to outputAnton Khirnov2011-07-121-3/+1
| * ffmpeg: factor common code from new_a/v/s/d_stream to new_output_stream()Anton Khirnov2011-07-121-52/+28
| * matroskaenc: make SSA default subtitle codec.Anton Khirnov2011-07-121-1/+1
| * oggdec: prevent heap corruption.Chris Evans2011-07-111-2/+3
* | Move resetting of channels, sample_rate back to av_find_stream_info.Reimar Döffinger2011-07-122-3/+9
* | Support adpcm_ima_wav and adpcm_ms in caf.Carl Eugen Hoyos2011-07-122-2/+8
* | Add another MP3 CAF codec tag.Carl Eugen Hoyos2011-07-121-0/+1
* | RELEASE: We are git after 0.8 releaseDominique Leuenberger2011-07-121-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-1259-1530/+1563
|\|
| * changelog: misc typo and wording fixesDiego Biurrun2011-07-121-10/+10
| * H.264: add filter_mb_fast support for >8-bit decodingJason Garrett-Glaser2011-07-112-49/+60
| * doc: Remove outdated comments about gcc 2.95 and gcc 3.3 support.Diego Biurrun2011-07-111-4/+2
| * lls: use av_lfg instead of rand() in test programMans Rullgard2011-07-111-5/+8
| * build: remove unnecessary dependency on libs from 'all' targetMans Rullgard2011-07-111-1/+1
| * H.264: avoid redundant alpha/beta calculations in loopfilterJason Garrett-Glaser2011-07-111-121/+122
| * H.264: optimize intra/inter loopfilter decisionJason Garrett-Glaser2011-07-111-116/+117
| * mpegts: fix Continuity Counter error detectionJindrich Makovicka2011-07-111-2/+3
| * build: remove unnecessary FFLDFLAGS variableMans Rullgard2011-07-114-7/+6
| * vp8/mt: flush worker thread, not application thread context, on seek.Ronald S. Bultje2011-07-102-4/+7
| * mt: proper locking around release_buffer calls.Ronald S. Bultje2011-07-101-1/+6
| * DxVA2: unbreak build after [657ccb5ac75ce34e62bd67f228d9bd36db72189e]Jean-Baptiste Kempf2011-07-104-18/+18
| * hwaccel: unbreak buildMans Rullgard2011-07-105-34/+34
| * Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-1139-1248/+1257
* | Revert "lavc: remove a half-working attempt at different defaults for audio/v...Michael Niedermayer2011-07-112-3/+3
* | Merge commit '142e76f1055de5dde44696e71a5f63f2cb11dedf'Michael Niedermayer2011-07-1137-163/+359
|\|
| * swscale: fix crash with dithering due incorrect offset calculation.Anton Mitrofanov2011-07-101-2/+5
| * matroskadec: fix stupid typo (!= -> ==)Anton Khirnov2011-07-101-1/+1
| * build: remove duplicates from order-only directory prerequisite listDiego Biurrun2011-07-101-3/+3
| * build: rework rules for things in the tools dirMans Rullgard2011-07-106-18/+19
| * configure: fix --cpu=host with gcc 4.6Mans Rullgard2011-07-101-1/+1
| * ARM: use const macro to define constant data in asmMans Rullgard2011-07-106-25/+20
| * bitdepth: simplify FUNC/FUNCC macrosMans Rullgard2011-07-101-10/+4
| * dsputil: remove ff_emulated_edge_mc macro used in one placeMans Rullgard2011-07-102-3/+1
| * 9/10-bit: simplify clipping macrosMans Rullgard2011-07-101-15/+6
| * matroskadec: reindentAnton Khirnov2011-07-101-15/+15
| * matroskadec: defer parsing of cues element until we seek.Aaron Colwell2011-07-101-45/+86
| * lavc: add support for codec-specific defaults.Anton Khirnov2011-07-103-0/+23
| * lavc: make avcodec_alloc_context3 officially public.Anton Khirnov2011-07-1011-17/+41
| * lavc: remove a half-working attempt at different defaults for audio/video cod...Anton Khirnov2011-07-102-3/+3