summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avformat/libquvi: Fix whitelist handlingGilles Chanteperdrix2015-04-081-0/+3
* avcodec/h264_slice: Fix uninitialized variableMichael Niedermayer2015-04-081-1/+1
* avcodec/h264_slice: Dont reset mb_aff_frame per sliceMichael Niedermayer2015-04-081-3/+7
* avcodec/h264: use consistent argument name in MB_FIELD() macroMichael Niedermayer2015-04-081-2/+2
* libavcodec/hqx: correct clipping errorferdo@bigroses.nl2015-04-082-2/+2
* avformat/segment: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-04-071-1/+1
* avformat/ape: Use av_malloc_array()Michael Niedermayer2015-04-071-1/+1
* avformat/asfenc: Check for index_ptr allocation failureMichael Niedermayer2015-04-071-0/+2
* webmdashenc: Fix fate in MSVCVignesh Venkatasubramanian2015-04-071-10/+9
* Merge commit '27f274628234c1f934b9a6a6380ed567c1b4ceae'Michael Niedermayer2015-04-073-19/+25
|\
| * parseutils: Make av_small_strptime publicLuca Barbato2015-04-076-17/+42
* | Merge commit '108f2f381acb93827fb4add0517eeae859afa3bf'Michael Niedermayer2015-04-071-56/+59
|\ \ | |/
| * parseutils: Extend small_strptime to be used in avformatLuca Barbato2015-04-061-50/+58
* | lavf: Add support for WebM Live MuxingVignesh Venkatasubramanian2015-04-077-6/+320
* | avcodec/h264: finish previous slices before switching to single thread modeMichael Niedermayer2015-04-071-0/+6
* | avcodec/h264: Fix race between slices where one overwrites data from the nextMichael Niedermayer2015-04-072-4/+38
* | tests/fate/mpeg4: add bitexact flag so as to avoid the version number from be...Michael Niedermayer2015-04-062-2/+2
* | fate: add mpeg4_unpack_bframes bsf testAndreas Cadhalpun2015-04-062-0/+4
* | libavformat/http.c: Fix missing parenthesis in http_listen()Stephan Holljes2015-04-061-3/+3
* | MAINTAINERS: Add Lou Logan as server admin as he is root tooMichael Niedermayer2015-04-061-1/+1
* | avcodec/pthread_frame: Fix memleak with frame threads and allocated AVOptionsMichael Niedermayer2015-04-061-2/+5
* | examples/avio_list_dir: init/deinit networkLukasz Marek2015-04-061-3/+6
* | avcodec/vc1dec: Check buf2 for malloc failureMichael Niedermayer2015-04-061-0/+3
* | avfilter/af_amix: Use av_mallocz_array()Michael Niedermayer2015-04-061-1/+1
* | avfilter/vsrc_mptestsrc: Change enum to int, which is accessed via AVOption a...Michael Niedermayer2015-04-061-1/+1
* | avformat/httpauth: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-04-061-1/+1
* | avformat/utils: avoid discarded streams in av_find_default_stream_index()Michael Niedermayer2015-04-061-0/+3
* | avfilter/vf_mpdecimate: Fix missing ()Michael Niedermayer2015-04-061-1/+1
* | lavf/libsmbclient: implement directory listing callbacksMariusz Szczepańczyk2015-04-061-0/+108
* | Merge commit '249796e2560c2cce1add722c3e873de96b17be74'Michael Niedermayer2015-04-061-2/+6
|\ \ | |/
| * svq3: initialize some required H264Context fields.Anton Khirnov2015-04-051-0/+12
* | swr/resample: use av_clip functionsJames Almer2015-04-051-2/+2
* | Merge commit '5637ff01218a44fcc1fff9b4382a15a6470abcc9'Michael Niedermayer2015-04-051-2/+7
|\ \ | |/
| * libavcodec: Clarify the documentation of the internal codec capability flagsMartin Storsjö2015-04-051-2/+7
* | Merge commit '31048d48b0410b9cfb6023054d81e627d01be342'Michael Niedermayer2015-04-050-0/+0
|\ \ | |/
| * avcodec/libx265: export chosen picture typesMichael Niedermayer2015-04-051-0/+13
* | Merge commit 'bd737b5178f361a9b592691848f29a7a79603a7e'Michael Niedermayer2015-04-051-2/+2
|\ \ | |/
| * h264: reset the private data in init_thread_copy()Anton Khirnov2015-04-051-2/+2
* | Merge commit 'a939e5b2527d0c4628815b1d3d8e29ee921227e8'Michael Niedermayer2015-04-051-1/+0
|\ \ | |/
| * h264: remove a commented out nonsense lineAnton Khirnov2015-04-051-1/+0
* | avcodec/svq3: add scaling matrix init that was removed from h264 initMichael Niedermayer2015-04-051-0/+2
* | Merge commit '65afa65e7393e7745427e267d6c6ca814c7c8b45'Michael Niedermayer2015-04-051-3/+0
|\ \ | |/
| * h264: drop redundant initialization of the scaling matricesAnton Khirnov2015-04-051-3/+0
* | Merge commit 'e1f907711a91e5ce19402a1831cfbe8f709b67f7'Michael Niedermayer2015-04-051-40/+46
|\ \ | |/
| * h264: factor out common code from init() and init_thread_copy()Anton Khirnov2015-04-051-39/+43
* | avcodec/svq3: add initialization which was removed from h264 initMichael Niedermayer2015-04-051-0/+6
* | Merge commit '43fd3dd80ca2d1c2ccf6a7b7632db544c809c690'Michael Niedermayer2015-04-051-16/+0
|\ \ | |/
| * h264: drop redundant initialization in init()Anton Khirnov2015-04-051-14/+0
* | Merge commit '050324d020f843ce333276ebb6f27cc6026f37d0'Michael Niedermayer2015-04-051-2/+1
|\ \ | |/
| * h264: initialize cur_chroma_format_idcAnton Khirnov2015-04-051-0/+1
OpenPOWER on IntegriCloud