aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-14[yop] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2011-09-14[wtv] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2011-09-14[tta] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2011-09-14[tmv] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2011-09-14[r3d] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2011-09-14[nsv] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2011-09-14[mxfdec] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2011-09-14[mpc8] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2011-09-14[jvd] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2011-09-14[filmstrip] Check return value of avio_seek and avoid modifying state if it f...Joakim Plate
2011-09-14[ffmdec] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2011-09-14[dv] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2011-09-14[cafdec] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2011-09-14[bink] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2011-09-14Merge remote-tracking branch 'hexene/scratchpad'Michael Niedermayer
2011-09-14libstagefright: Explicitly free smart pointer objectsMohamed Naufal
2011-09-14Changelog: Explain why C++ support is added, and that its optionalMichael Niedermayer
2011-09-14make mpegts_get_pcr resync if it's not on a valid mpegts packetelupus
2011-09-14cosmetic reindent of mpegts_get_pcrelupus
2011-09-14check return value of url_fseek in mpegts_get_pcrelupus
2011-09-14respect the maximum position mpegts_get_pcr is allowed to seek toelupus
2011-09-14remove unused code in mpegts_get_pcrelupus
2011-09-14tools/build_libstagefright: rename build/libav to something neutralMichael Niedermayer
2011-09-14ffplay: dont drop all frames if realtime decoding is impossibleMichael Niedermayer
2011-09-14dvdsubdec: fix bad free in dvdsub_initKelly Anderson
2011-09-14Merge remote-tracking branch 'hexene/scratchpad'Michael Niedermayer
2011-09-14Muxing WTV is supported.Carl Eugen Hoyos
2011-09-14wtvenc: add some asserts because iam paranoidMichael Niedermayer
2011-09-14WTV muxer (2_wtvenc.patch, 3_add_wtv_muxer.patch)zhentan feng
2011-09-14swscale: drop redundant code.Michael Niedermayer
2011-09-14swscale: add 14bit support to the "MMX/SSE2/SSSE3/SSE4 versions for horizonta...Michael Niedermayer
2011-09-14swscale: remove unused and forgotten file.Michael Niedermayer
2011-09-13Revert "Check if dxva2api.h is recent enough to compile vc1_dxva2_hwaccel."Michael Niedermayer
2011-09-13doc/ffmpeg: s/avserver/ffserver/Michael Niedermayer
2011-09-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-13ffprobe: rename print_{int,str}_f callbacks to print_{integer,string}.Clément Bœsch
2011-09-13ffprobe: add JSON output printing format.Clément Bœsch
2011-09-13ffprobe: replace fmt callback with str callback.Clément Bœsch
2011-09-13Merge avconv.texi in ffmpeg.texiMichael Niedermayer
2011-09-13sws: implement MMX/SSE2/SSSE3/SSE4 versions for horizontal scaling.Ronald S. Bultje
2011-09-13configure: slightly more robust looking check for math functions.Michael Niedermayer
2011-09-13ffmpeg: fix video synchronization code to be exact on constant fps videos. Fi...Michael Niedermayer
2011-09-13include stdint.h in adpcm_data.hJustin Ruggles
2011-09-13mpeg12: reorder functions to avoid ugly forward declarationsDiego Biurrun
2011-09-13ffplay: remove thread command line option code, it is unneeded for -threads X...Michael Niedermayer
2011-09-13avcodec: move "thread emulation" warning to common codeMichael Niedermayer
2011-09-13Fix false positive when detecting dxva2.Carl Eugen Hoyos
2011-09-13libavformat/utils: print ts in the "invalid dts/pts combination" case.Michael Niedermayer
2011-09-13vf_remove_logo: domt access vf->next->query_format() directly but use the API.Michael Niedermayer
2011-09-13smacker: fix a few off by 1 errorsMichael Niedermayer