aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-18nutenc: only write an index if there are syncpointsMichael Niedermayer
2013-02-18ff_gen_search: Fix finding the maximum timestamp in a really small fileMichael Niedermayer
2013-02-18ff_read_timestamp: check stream_index before using it as array indexMichael Niedermayer
2013-02-18cdgraphics: set palette to zero tooPaul B Mahol
2013-02-18lavc/cdxl: clear palette before reading itPaul B Mahol
2013-02-18x86/dsputil: fix compilation when h263 decoder/encoder are disabled.Ronald S. Bultje
2013-02-18h264/svq3: stop using draw_edges.Ronald S. Bultje
2013-02-18lavf/showspectrum: add divVerent in the (c) for his recent work on the filter.Clément Bœsch
2013-02-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-18Merge commit 'aa11cb79318baa3415d553424ba378f6c62e1f9b'Michael Niedermayer
2013-02-18Merge commit '870a0c669e536d56c6325d84f65e34c53792398e'Michael Niedermayer
2013-02-18Merge commit '8837f4396a1a458a0efb07fe7daba7b847755a7a'Michael Niedermayer
2013-02-18Merge commit 'e6bda9a9fd86505927a2e095e495eae104860701'Michael Niedermayer
2013-02-18Merge commit '56632fef65c0cb6946ed3648ded3d7b82e5c5c17'Michael Niedermayer
2013-02-18Merge commit '0b70fb1d518cbd796545fd6eef02772cd0d892c7'Michael Niedermayer
2013-02-18Merge commit '488f87be873506abb01d67708a67c10a4dd29283'Michael Niedermayer
2013-02-18svq3: unbreak decodingMatti Hamalainen
2013-02-18h264: don't store intra pcm samples in h->mb.Ronald S. Bultje
2013-02-18v4l2: try to fix build on BSDMichael Niedermayer
2013-02-17lavfi/noise: switch to AVLFG noise generatorPaul B Mahol
2013-02-17h264: don't initialize missing pictures when using VDPAU.Carl Eugen Hoyos
2013-02-17h264: avoid calling get_format() multiple timesMichael Niedermayer
2013-02-17build: make audio_frame_queue a stand-alone componentLuca Barbato
2013-02-17Revert "swfenc: use av_get_audio_frame_duration() instead of AVCodecContext.f...Carl Eugen Hoyos
2013-02-17Add yvu410 as a supported v4l2 input format.Carl Eugen Hoyos
2013-02-17Add gray16 as a supported v4l2 input format.Carl Eugen Hoyos
2013-02-17fate: add print() to the tests of evalMichael Niedermayer
2013-02-17eval: print() supportMichael Niedermayer
2013-02-17Only set accelerated arm fft functions if fft is enabled.Carl Eugen Hoyos
2013-02-17doc/codecs: simple sub_charenc option documentation.Clément Bœsch
2013-02-17doc/examples: do not allocate AVFrame directly.Nicolas George
2013-02-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-17lavf/subtitles: error out in case of bitmap subtitles.Clément Bœsch
2013-02-17lavc: fix codec_descriptor and pkt_timebase doxy.Clément Bœsch
2013-02-17tests: fix values for the unsharp testStefano Sabatini
2013-02-17lavc/utils: reindent in avcodec_decode_subtitle2() after f7963993.Clément Bœsch
2013-02-17lavfi/subtitles: set a different description between ass and subtitles.Clément Bœsch
2013-02-17lavfi: rename vf_ass.c to vf_subtitles.cClément Bœsch
2013-02-17lavfi/subtitles: support charenc option.Clément Bœsch
2013-02-17lavfi/subtitles: split options between ass and subtitles.Clément Bœsch
2013-02-17lavc: support subtitles character encoding conversion.Clément Bœsch
2013-02-17build: The libopencore-amrnb encoder depends on audio_frame_queueDiego Biurrun
2013-02-17libopencore-amrwb: Make AMR-WB ifdeffery more preciseDiego Biurrun
2013-02-17libopencore-amr: Conditionally compile decoder and encoder bitsDiego Biurrun
2013-02-17libopencore-amrnb: cosmetics: Group all encoder-related code togetherDiego Biurrun
2013-02-17dsputil: convert remaining op_pixels_funcLuca Barbato
2013-02-17lavc: mark bitmap based subtitles codecs as such.Clément Bœsch
2013-02-17lavfi/mp: drop mp=kerndeint filterStefano Sabatini
2013-02-17lavfi/mp: drop mp=unsharp filterStefano Sabatini
2013-02-17lavfi/unsharp: add missing NULL checkStefano Sabatini