summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avformat/mp3dec: optimize mp3_seek() for dir < 0Michael Niedermayer2014-03-021-0/+2
* avformat/aviobuf: optimize sequential backward seekingMichael Niedermayer2014-03-011-1/+12
* avformat/aviobuf: factorize buffer_size outMichael Niedermayer2014-03-011-2/+4
* RELEASE: update for 2.2Michael Niedermayer2014-03-011-1/+1
* x86/synth_filter: add synth_filter_sseJames Almer2014-03-012-29/+57
* HLS: Handle the case when hls_list_size=0. Playlist file should contain all t...Senthilnathan M2014-03-011-2/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-010-0/+0
|\
| * qt-faststart: Add a note about the -movflags +faststart featureLou Logan2014-03-011-1/+2
* | Merge commit 'ea7f79f93796d68559a495be824b6bbd94dfe5f6'Michael Niedermayer2014-03-011-8/+8
|\ \ | |/
| * qt-faststart: Avoid unintentionally sign extending BE_32Martin Storsjö2014-03-011-5/+5
* | Merge commit 'bb95334c34d0d9abccea370ae25c4765d7764ab8'Michael Niedermayer2014-03-011-4/+4
|\ \ | |/
| * qt-faststart: Check offset_count before reading from the moov_atom bufferMichael Niedermayer2014-03-011-0/+8
* | Merge commit '63848854256a024a19435e87d6bc76fffa65e81e'Michael Niedermayer2014-03-011-1/+5
|\ \ | |/
| * qt-faststart: Check the ftello() return codesMichael Niedermayer2014-03-011-2/+6
* | Merge commit '03c2a66fcff9707f71ffef7e61ce5e3973220d4b'Michael Niedermayer2014-03-011-1/+1
|\ \ | |/
| * qt-faststart: Fix the signedness of variables keeping the ftello return valuesMichael Niedermayer2014-03-011-2/+2
* | Merge commit '5612244351b2eb3cb4e6225861a0f55aa5d0c475'Michael Niedermayer2014-03-011-4/+4
|\ \ | |/
| * qt-faststart: Check fseeko() return codesMichael Niedermayer2014-03-011-6/+18
* | Merge commit 'ea15a9a5d8fa6a71af3101b2af18c4dcac07987f'Michael Niedermayer2014-03-011-3/+3
|\ \ | |/
| * qt-faststart: Simplify code by using a MIN() macroMichael Niedermayer2014-03-011-4/+3
* | Merge commit '3cbc7ef3d60b6af3617079f24a4f401d83353003'Michael Niedermayer2014-03-010-0/+0
|\ \ | |/
| * qt-faststart: Increase the copy buffer size to 64 KBMartin Storsjö2014-03-011-1/+1
* | Merge commit 'd1f9563d502037239185c11578cc614bdf0c5870'Michael Niedermayer2014-03-011-2/+3
|\ \ | |/
| * pthread_frame: flush all threads on flush, not just the first oneAnton Khirnov2014-02-281-2/+3
* | Merge commit 'bc6461c2861b7d482a037d3b3e2b44ad48805fa0'Michael Niedermayer2014-03-010-0/+0
|\ \ | |/
| * af_compand: replace strtok_r() with av_get_token()Anton Khirnov2014-02-282-9/+24
* | Merge commit 'fb3b2f5d923a6e19d80f21eb4e081674bceec810'Michael Niedermayer2014-03-011-7/+8
|\ \ | |/
| * configure: Set the thread type after resolving dependenciesDiego Biurrun2014-02-281-8/+8
* | Merge commit '2f02bbcca050936686482453078e83dc25493da0'Michael Niedermayer2014-03-014-8/+2
|\ \ | |/
| * build: Let the ffvhuff decoder/encoder depend on the huffyuv decoder/encoderDiego Biurrun2014-02-284-8/+2
* | Merge commit '34150be515cd9c43b0b679806b8d01774960af78'Michael Niedermayer2014-03-012-2/+1
|\ \ | |/
| * build: Let the iac decoder depend on the imc decoderDiego Biurrun2014-02-282-2/+1
* | Merge commit '8e0cf39faf02536dca08f4fe628a66d1ae022fde'Michael Niedermayer2014-03-012-11/+9
|\ \ | |/
| * build: Let all MJPEG-related decoders depend on the MJPEG decoderDiego Biurrun2014-02-282-11/+9
* | Merge commit '0a36988e48dd581d29e77f768f987738bdf365f0'Michael Niedermayer2014-03-012-2/+1
|\ \ | |/
| * build: Let AMV decoder depend on the SP5X decoderDiego Biurrun2014-02-282-2/+1
* | Merge commit 'f4bd9fe326ad1315a74206939ae56df93b940a09'Michael Niedermayer2014-03-011-1/+1
|\ \ | |/
| * h264: fix clang warning about uninitialized variableVittorio Giovara2014-02-281-1/+1
* | Merge commit '17a63ff0cd187b9e50e4a47862750295976853b1'Michael Niedermayer2014-03-011-6/+7
|\ \ | |/
| * h264: update flag name in ff_h264_decode_ref_pic_list_reordering()Vittorio Giovara2014-02-281-6/+7
* | Merge commit 'ee6280ca12696a67535ce2245c77190edc513794'Michael Niedermayer2014-03-011-1/+1
|\ \ | |/
| * h264: parse two additional constraint flagsVittorio Giovara2014-02-281-1/+3
* | Merge commit 'e70ab7c1f5005041bba0e4efc1165410f83495b2'Michael Niedermayer2014-03-011-5/+11
|\ \ | |/
| * h264: add MVCD to the list of High profiles in SPSVittorio Giovara2014-02-281-5/+11
* | update for 2.2Michael Niedermayer2014-03-013-1/+5
* | avcodec/utvideoenc: fix slice_bits sizeMichael Niedermayer2014-03-011-2/+2
* | avformat/ac3dec: Use avpriv_ac3_parse_header2()Michael Niedermayer2014-03-011-8/+9
* | avcodec/ac3_parser: add avpriv_ac3_parse_header2() and use it in libavcodecMichael Niedermayer2014-03-013-6/+25
* | avcodec/ac3: move new field to the end of AC3HeaderInfoMichael Niedermayer2014-03-011-0/+5
* | avutil/opt: allow max=min=0 for pixel formatsMichael Niedermayer2014-03-011-0/+6
OpenPOWER on IntegriCloud