summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'f4c444e17d137c786f0ed2da0e5943df505d5f9e'Michael Niedermayer2014-08-096-51/+51
|\
| * Postpone API-incompatible changes until the next bump.Anton Khirnov2014-08-096-51/+51
* | Merge commit '7acdd3a1275bcd9cad48f9632169f6bbaeb39d84'Michael Niedermayer2014-08-091-19/+21
|\ \ | |/
| * hevc_filter: avoid excessive calls to ff_hevc_get_ref_list()Anton Khirnov2014-08-091-16/+20
* | Merge commit '52a2c17ec006282f388071a831dfb21288611253'Michael Niedermayer2014-08-090-0/+0
|\ \ | |/
| * hevc_refs: drop the handling of negative coordinates in ff_hevc_get_ref_list()Anton Khirnov2014-08-091-10/+6
* | Merge commit 'a7a17e3f1915ce69b787dc58c5d8dba0910fc0a4'Michael Niedermayer2014-08-091-17/+23
|\ \ | |/
| * hevc_filter: move some conditions out of loopsAnton Khirnov2014-08-091-18/+23
* | Merge commit '70211539a39ca3854f8a9e97d51dc27caa079943'Michael Niedermayer2014-08-091-4/+5
|\ \ | |/
| * hevc: deobfuscate slice/tile boundary handling for DBFAnton Khirnov2014-08-093-46/+36
* | Merge commit '55019715785790836f60870180e1764b06e6591c'Michael Niedermayer2014-08-090-0/+0
|\ \ | |/
| * hevc_filter: drop more redundant checksAnton Khirnov2014-08-091-4/+0
* | Merge commit '65b8b6c476454d201348737527a1d9471f689278'Michael Niedermayer2014-08-090-0/+0
|\ \ | |/
| * hevc_filter: drop redundant checksAnton Khirnov2014-08-091-6/+2
* | Merge commit '4d1ff2a489f4c60501b1a6a2d1f3874e61a77df9'Michael Niedermayer2014-08-090-0/+0
|\ \ | |/
| * hevc: calculate the dbf strength in hls_pcm_sample() only if dbf is enabledAnton Khirnov2014-08-091-3/+5
* | avfilter/dctdnoiz: remove a few indirections in idctsClément Bœsch2014-08-091-12/+8
* | avformat/avio: Fix "warning: struct AVBPrint declared inside parameter list"Michael Niedermayer2014-08-091-0/+1
* | avcodec/avdct: add "xvid" alias AVOption and use FF_IDCT_XVIDMichael Niedermayer2014-08-091-1/+2
* | Merge commit 'd35b94fbabd8beb5d566c0b5d01688aff62c3b36'Michael Niedermayer2014-08-096-4/+17
|\ \ | |/
| * avcodec: Rename xvidmmx IDCT to xvidDiego Biurrun2014-08-086-4/+17
* | avformat/matroskaenc: fix MAX_CUEPOINT_SIZE calculationMichael Niedermayer2014-08-092-3/+16
* | avformat/movenc: write reel_name metadata to tmcd atomMark Reid2014-08-091-2/+23
* | Autodetect jpeg-ls files.Carl Eugen Hoyos2014-08-084-1/+13
* | Merge commit '84d173d3de97c753234ab0c0b50551d51413d663'Michael Niedermayer2014-08-083-13/+10
|\ \ | |/
| * xvididct: Ensure that the scantable permutation is always set correctlyDiego Biurrun2014-08-083-13/+10
* | Merge commit '6f1960ab71b4f18551243ce22d01913108265233'Michael Niedermayer2014-08-081-16/+16
|\ \ | |/
| * idct: cosmetics: Drop one unnecessary if-block levelDiego Biurrun2014-08-081-17/+15
* | Merge commit '444c73583d2848a542330c03949e1f933ac68f53'Michael Niedermayer2014-08-081-1/+1
|\ \ | |/
| * configure: Only run gas checks on ARM and PowerPCDiego Biurrun2014-08-081-1/+1
* | Merge commit '0026e356d044e72b6e743b234708b8b8af457ac0'Michael Niedermayer2014-08-081-1/+1
|\ \ | |/
| * configure: Die if gas is unavailable under aarch64 as well as ARMDiego Biurrun2014-08-081-1/+1
* | Merge commit 'e4c9e59a4547adaaa0ce9f25b0d0c5b91ae15472'Michael Niedermayer2014-08-081-309/+331
|\ \ | |/
| * mpeg: K&R formatting cosmeticsLuca Barbato2014-08-081-312/+335
* | Merge commit '454697603e4efdfc04fadec40518d56c7dc1e5dd'Michael Niedermayer2014-08-080-0/+0
|\ \ | |/
| * mpegts: Use av_free() to free memory allocated by av_strdup()Diego Biurrun2014-08-081-3/+3
* | avformat/matroskadec: Check avpriv_new_chapter() for failureJustin Jacobs2014-08-081-2/+4
* | avfilter/dctdnoiz: use 32-bit (float) operations instead of 64 (double) for DCTsClément Bœsch2014-08-081-136/+136
* | avfilter/dctdnoiz: remove forward declarations after previous commitClément Bœsch2014-08-081-92/+78
* | avfilter/dctdnoiz: make color [de]correlation less clumsyClément Bœsch2014-08-081-26/+79
* | avfilter/showcqt: add and extend tlength and volume optionsMuhammad Faiz2014-08-082-10/+119
* | avformat/mov: Support reading Avid's metadata for DNXHD codec.Marek Fort2014-08-081-1/+4
* | Autodetect webp files.Carl Eugen Hoyos2014-08-084-1/+14
* | configure: Check if libwebp compilation will succeed.Carl Eugen Hoyos2014-08-081-1/+3
* | replace calls to url_feof() with avio_feof()James Almer2014-08-0896-160/+160
* | lavf/avio: rename url_feof() to avio_feof()James Almer2014-08-085-3/+23
* | avformat/mov: read reel_name metadata from tmcd atomMark Reid2014-08-071-0/+20
* | avformat/mpegtsenc: Use av_freep() for pidsMichael Niedermayer2014-08-071-2/+2
* | avformat/mpegtsenc: Free services array completely on failureMichael Niedermayer2014-08-071-1/+8
* | avformat/mpegtsenc: Use correct deallocation code on failure of pids array al...Michael Niedermayer2014-08-071-2/+2
OpenPOWER on IntegriCloud