aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-07lavf: Add support for WebM Live MuxingVignesh Venkatasubramanian
2015-04-07avcodec/h264: finish previous slices before switching to single thread modeMichael Niedermayer
2015-04-07avcodec/h264: Fix race between slices where one overwrites data from the nextMichael Niedermayer
2015-04-06tests/fate/mpeg4: add bitexact flag so as to avoid the version number from be...Michael Niedermayer
2015-04-06fate: add mpeg4_unpack_bframes bsf testAndreas Cadhalpun
2015-04-06libavformat/http.c: Fix missing parenthesis in http_listen()Stephan Holljes
2015-04-06MAINTAINERS: Add Lou Logan as server admin as he is root tooMichael Niedermayer
2015-04-06avcodec/pthread_frame: Fix memleak with frame threads and allocated AVOptionsMichael Niedermayer
2015-04-06examples/avio_list_dir: init/deinit networkLukasz Marek
2015-04-06avcodec/vc1dec: Check buf2 for malloc failureMichael Niedermayer
2015-04-06avfilter/af_amix: Use av_mallocz_array()Michael Niedermayer
2015-04-06avfilter/vsrc_mptestsrc: Change enum to int, which is accessed via AVOption a...Michael Niedermayer
2015-04-06avformat/httpauth: Change enum to int, which is accessed via AVOption as intMichael Niedermayer
2015-04-06avformat/utils: avoid discarded streams in av_find_default_stream_index()Michael Niedermayer
2015-04-06avfilter/vf_mpdecimate: Fix missing ()Michael Niedermayer
2015-04-06lavf/libsmbclient: implement directory listing callbacksMariusz Szczepańczyk
2015-04-06Merge commit '249796e2560c2cce1add722c3e873de96b17be74'Michael Niedermayer
2015-04-05swr/resample: use av_clip functionsJames Almer
2015-04-05Merge commit '5637ff01218a44fcc1fff9b4382a15a6470abcc9'Michael Niedermayer
2015-04-05Merge commit '31048d48b0410b9cfb6023054d81e627d01be342'Michael Niedermayer
2015-04-05Merge commit 'bd737b5178f361a9b592691848f29a7a79603a7e'Michael Niedermayer
2015-04-05Merge commit 'a939e5b2527d0c4628815b1d3d8e29ee921227e8'Michael Niedermayer
2015-04-05avcodec/svq3: add scaling matrix init that was removed from h264 initMichael Niedermayer
2015-04-05Merge commit '65afa65e7393e7745427e267d6c6ca814c7c8b45'Michael Niedermayer
2015-04-05Merge commit 'e1f907711a91e5ce19402a1831cfbe8f709b67f7'Michael Niedermayer
2015-04-05avcodec/svq3: add initialization which was removed from h264 initMichael Niedermayer
2015-04-05Merge commit '43fd3dd80ca2d1c2ccf6a7b7632db544c809c690'Michael Niedermayer
2015-04-05svq3: initialize some required H264Context fields.Anton Khirnov
2015-04-05Merge commit '050324d020f843ce333276ebb6f27cc6026f37d0'Michael Niedermayer
2015-04-05Merge commit '84f226a3bcd8b39801a4c9051c033ab7d61aaf76'Michael Niedermayer
2015-04-05libavcodec: Clarify the documentation of the internal codec capability flagsMartin Storsjö
2015-04-05avcodec/libx265: export chosen picture typesMichael Niedermayer
2015-04-05avfilter/yadif: Change enums to int, which are accessed via AVOption as intMichael Niedermayer
2015-04-05avfilter/vsrc_mandelbrot: Change enums to int, which are accessed via AVOptio...Michael Niedermayer
2015-04-05mpeg4: suggest mpeg4_unpack_bframes bsf instead of avidemux/VirtualDubAndreas Cadhalpun
2015-04-05avcodec/error_resilience: Avoid race with updating the error_countMichael Niedermayer
2015-04-05h264: reset the private data in init_thread_copy()Anton Khirnov
2015-04-05h264: remove a commented out nonsense lineAnton Khirnov
2015-04-05h264: drop redundant initialization of the scaling matricesAnton Khirnov
2015-04-05h264: factor out common code from init() and init_thread_copy()Anton Khirnov
2015-04-05h264: drop redundant initialization in init()Anton Khirnov
2015-04-05h264: initialize cur_chroma_format_idcAnton Khirnov
2015-04-05h264: use the correct SPS during PPS parsingAnton Khirnov
2015-04-05lavf/http: add proof-of-concept http server.Stephan Holljes
2015-04-05avcodec: add unpack packed B-frames bitstream filterAndreas Cadhalpun
2015-04-05webmdashenc: Support for live stream manifestsVignesh Venkatasubramanian
2015-04-05Merge commit 'aa1a1b2496cf3ca817e78e27bd0262a50adb91a1'Michael Niedermayer
2015-04-05matroskadec: Add support for parsing live header filesVignesh Venkatasubramanian
2015-04-04Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer
2015-04-04avconv: Avoid theoretical NULL dereferencesHimangi Saraogi