summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge commit 'b5849f77095439e994b11c25e6063d443b36c228'Michael Niedermayer2011-07-14
|\
| * ac3enc: merge AC3MDCTContext with AC3EncodeContext.Justin Ruggles2011-07-13
| * ac3enc: prefer passing AC3EncodeContext rather than AVCodecContextJustin Ruggles2011-07-13
| * ac3enc: fix memleakJustin Ruggles2011-07-13
| * mpeg1video: add CODEC_CAP_SLICE_THREADS.Ronald S. Bultje2011-07-13
| * lavf: fix segfault in av_open_input_stream()Anton Khirnov2011-07-13
| * mpegtsenc: set Random Access indicator on keyframe start packetsJindrich Makovicka2011-07-13
| * lavf: Cleanup try_decode_frame() logic.Alex Converse2011-07-13
| * Replace some gotos that lead to single return statements by direct return.Diego Biurrun2011-07-13
| * build: move tests/seek_test.c to libavformat and reuse generic build rulesDiego Biurrun2011-07-13
| * mxfenc: include needed header for ff_iso8601_to_unix_time() prototypeKostya Shishkov2011-07-13
| * Add a check for strptime().Anton Khirnov2011-07-13
| * lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov2011-07-13
| * wav: parse 'bext' metadataTomas Härdin2011-07-13
| * wav: keep parsing until EOF if the input is seekable and we know the size of ...Tomas Härdin2011-07-13
| * wav: Refactor the tag checking into a switch statementTomas Härdin2011-07-13
| * wav: make sure neither data_size nor sample_count is negative.Tomas Härdin2011-07-13
| * wav: refactor the 'fmt ' tag search and parsing.Tomas Härdin2011-07-13
| * wav: add an option for writing BEXT chunkBenjamin Larsson2011-07-13
| * ffmpeg: get rid of a pointless limit on number of streams.Anton Khirnov2011-07-13
| * ffmpeg: remove an unused define.Anton Khirnov2011-07-13
| * Musepack SV7: try to read files without number of frames providedKostya Shishkov2011-07-13
* | lavfi: port boxblur filter from libmpcodecsStefano Sabatini2011-07-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-13
|\|
| * doc: Improve references to external URLs.Diego Biurrun2011-07-12
| * h264: move decode_mb_skip() from h264.h to h.264_mvpred.hDiego Biurrun2011-07-12
| * ffplay: skip return value of avcodec_decode_video2 / avcodec_decode_subtitle2Diego Biurrun2011-07-12
| * 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
* | Move resetting of channels, sample_rate back to av_find_stream_info.Reimar Döffinger2011-07-12
* | Support adpcm_ima_wav and adpcm_ms in caf.Carl Eugen Hoyos2011-07-12
* | Add another MP3 CAF codec tag.Carl Eugen Hoyos2011-07-12
* | RELEASE: We are git after 0.8 releaseDominique Leuenberger2011-07-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-12
|\|
| * 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