summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/cook: Remove unneeded #ifMichael Niedermayer2015-04-29
* avcodec/libx264: Remove cleanup code, its uneeded since FF_CODEC_CAP_INIT_CLE...Michael Niedermayer2015-04-29
* avcodec/dca_parser: Extend DTS core sync word and fix existing checkfoo862015-04-29
* Merge commit 'a09c499a2e25ded575cb9f37528384402be86ad8'Michael Niedermayer2015-04-29
|\
| * rawenc: properly allocate coded_frameAnton Khirnov2015-04-29
* | Merge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6'Michael Niedermayer2015-04-29
|\|
| * h264: use properly allocated AVFramesAnton Khirnov2015-04-29
* | Merge commit '7a4f74eed51f914e9bbfebaffd4a92ac6791f819'Michael Niedermayer2015-04-29
|\|
| * h264: embed the DPB in the contextAnton Khirnov2015-04-29
* | avcodec/h264_slice: Also copy x264_build in ff_h264_update_thread_context()Michael Niedermayer2015-04-29
* | Merge commit '88c612e3a4d5b584e2d9f6e2541de78d67bdfb9f'Michael Niedermayer2015-04-29
|\|
| * h264: merge the init and reinit paths in update_thread_context()Anton Khirnov2015-04-29
* | Merge commit '8a66fd40260b7aae6226d68c4dbad43b05a8e524'Michael Niedermayer2015-04-29
|\|
| * h264: drop the reinit parameter from init_slice_header()Anton Khirnov2015-04-29
* | Merge commit 'c9ccbc7333eddd025ebbde5cc4f27d68a950c623'Michael Niedermayer2015-04-29
|\|
| * h264: update the current bit depth/chroma type in init_slice_header()Anton Khirnov2015-04-29
* | Merge commit '29dcde2b87559b72957454a7e9bcd5227d8057ba'Michael Niedermayer2015-04-29
|\|
| * h264: copy nal_length_size in update_thread_contextAnton Khirnov2015-04-29
* | Merge commit '440e8dd374b732c48d564d9f1bb0ec3b1b786fb9'Michael Niedermayer2015-04-29
|\|
| * h264: drop a comment that carries no useful informationAnton Khirnov2015-04-29
* | Merge commit '11f024ef0ab923ed8680fc35a087d576e549c849'Michael Niedermayer2015-04-29
|\|
| * h264: move freeing the escaped RBSP buffer to free_context()Anton Khirnov2015-04-29
* | Merge commit 'ee62b364be0c30cba83b5ff10a3ca8c3e866ade6'Michael Niedermayer2015-04-29
|\|
| * h264: eliminate ff_h264_set_parameter_from_sps()Anton Khirnov2015-04-29
* | Merge commit '54986d6db9116ef9704b1ce8414ffdb7f1ca127f'Michael Niedermayer2015-04-29
|\|
| * h264: move context reinit lower down in update_thread_context()Anton Khirnov2015-04-29
* | Merge commit 'a6cd154463bea7eb56d28192db4c8c6d83f67fd7'Michael Niedermayer2015-04-29
|\|
| * h264: move the DPB init/uninit to init_context()/free_context()Anton Khirnov2015-04-29
* | Merge commit '9d33bab583a82cf12286c65258a29c6888e1ff98'Michael Niedermayer2015-04-29
|\|
| * h264: drop H264Context.ouputed_pocAnton Khirnov2015-04-29
* | Merge commit '27b0e6ebfd47b0c11156c18b90fa8c571f0f60c3'Michael Niedermayer2015-04-29
|\|
| * h264: drop needs_reallocAnton Khirnov2015-04-29
* | Merge commit '0c69164f451cc9ca6ce9d6e7568083e2776bc845'Michael Niedermayer2015-04-29
|\|
| * h263: Convert function to macroVittorio Giovara2015-04-28
* | Merge commit '59dfc2b0c89f35c5805abee72c2ae4ee7af8e98d'Michael Niedermayer2015-04-29
|\|
| * h263: Drop commented-out code and a related otherwise unused functionVittorio Giovara2015-04-28
* | Merge commit 'c3418201307c6b7a2b3e3be10f33ab4a20a32c3b'Michael Niedermayer2015-04-29
|\|
| * jpeglsenc: Mark codec as init-thread-safe and init-cleanupVittorio Giovara2015-04-28
* | Merge commit '3919a4572690894d0a7ad4170d699c52b4748194'Michael Niedermayer2015-04-29
|\|
| * jpeglsenc: Check memory allocationsVittorio Giovara2015-04-28
* | Merge commit 'f5ba67ee1342b7741200ff637fc3ea3387b68a1b'Michael Niedermayer2015-04-29
|\|
| * flacenc: Move a scratch buffer to struct used by the functionVittorio Giovara2015-04-28
* | avcodec/vqavideo: Use ff_tlog() for byte and opcode tracingMichael Niedermayer2015-04-28
* | apedec: prevent out of array writes in decode_array_0000Andreas Cadhalpun2015-04-28
* | apedec: set s->samples only when init_frame_decoder succeededAndreas Cadhalpun2015-04-28
* | avcodec/hevc: Remove current_spsMichael Niedermayer2015-04-28
* | Adapt libavcodec/tableprint_vlc.h to the av_dlog -> ff_dlog change.Alexis Ballier2015-04-27
* | avcodec/ppc/fdctdsp: POWER LE support in ff_fdct_altivec() delete macros VEC_...Rong Yan2015-04-27
* | avcodec: optimize mathops for Loongson-3 v1ZhouXiaoyong2015-04-27
* | avcodec/ffv1enc: set bits_per_raw_sample for 8bit based formatsMichael Niedermayer2015-04-26