]> git.sesse.net Git - ffmpeg/history - libavcodec
vp9: copy bug in libvpx for 4:2:2 chroma bs=8x4/4x4 prediction.
[ffmpeg] / libavcodec /
2015-05-01 Ronald S. Bultjevp9: copy bug in libvpx for 4:2:2 chroma bs=8x4/4x4...
2015-05-01 Ronald S. Bultjevp9: fix mask_edges and filter_plane_rows/cols() for...
2015-05-01 Ronald S. Bultjevp9: more specifically specify mask destination to...
2015-05-01 Ronald S. Bultjevp9: don't create special u/v filter masks for 444.
2015-05-01 Ronald S. Bultjevp9: merge uv loopfilter code into generic filter_plane...
2015-05-01 Ronald S. Bultjevp9: split out loopfilter luma rows/cols functions...
2015-05-01 Ronald S. Bultjevp9: invert order of two conditions.
2015-05-01 Ronald S. Bultjevp9: use correct chroma subsampling for profile 1 inter...
2015-05-01 Ronald S. Bultjevp9: use correct chroma subsampling for profile 1 intra...
2015-05-01 Ronald S. Bultjevp9: take chroma subsampling into account when walking...
2015-05-01 Ronald S. Bultjevp9: support non-420 chroma subsampling for profile...
2015-05-01 Ronald S. Bultjevp9: increase buffer sizes for non-420 chroma subsamplings.
2015-05-01 Ronald S. Bultjevp9: profile 1 header decoding.
2015-05-01 Shivraj Patilavcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for...
2015-05-01 Michael Niedermayeravcodec/svq3: Fix memleak of last_pic_for_ec
2015-04-30 Ronald S. Bultjevp9: fix show-existing-frames for multi-threading.
2015-04-30 Michael NiedermayerMerge commit '06f4b1e37a08f3fd269ecbfeb0181129e5bfc86e'
2015-04-30 Michael NiedermayerMerge commit 'e8c4db0d4d07738fed716b1d2f20c85aac944641'
2015-04-30 Michael NiedermayerMerge commit '82a10225f817b2612fdd2b23af9d4f0a3408df3b'
2015-04-29 Michael Niedermayeravcodec/cook: Remove unneeded #if
2015-04-29 Michael Niedermayeravcodec/libx264: Remove cleanup code, its uneeded since...
2015-04-29 foo86avcodec/dca_parser: Extend DTS core sync word and fix...
2015-04-29 Michael NiedermayerMerge commit 'a09c499a2e25ded575cb9f37528384402be86ad8'
2015-04-29 Michael NiedermayerMerge commit 'a0f2946068c62e18cb05ac25c0df3d86077251a6'
2015-04-29 Michael NiedermayerMerge commit '7a4f74eed51f914e9bbfebaffd4a92ac6791f819'
2015-04-29 Michael Niedermayeravcodec/h264_slice: Also copy x264_build in ff_h264_upd...
2015-04-29 Michael NiedermayerMerge commit '88c612e3a4d5b584e2d9f6e2541de78d67bdfb9f'
2015-04-29 Michael NiedermayerMerge commit '8a66fd40260b7aae6226d68c4dbad43b05a8e524'
2015-04-29 Michael NiedermayerMerge commit 'c9ccbc7333eddd025ebbde5cc4f27d68a950c623'
2015-04-29 Michael NiedermayerMerge commit '29dcde2b87559b72957454a7e9bcd5227d8057ba'
2015-04-29 Michael NiedermayerMerge commit '440e8dd374b732c48d564d9f1bb0ec3b1b786fb9'
2015-04-29 Michael NiedermayerMerge commit '11f024ef0ab923ed8680fc35a087d576e549c849'
2015-04-29 Michael NiedermayerMerge commit 'ee62b364be0c30cba83b5ff10a3ca8c3e866ade6'
2015-04-29 Michael NiedermayerMerge commit '54986d6db9116ef9704b1ce8414ffdb7f1ca127f'
2015-04-29 Michael NiedermayerMerge commit 'a6cd154463bea7eb56d28192db4c8c6d83f67fd7'
2015-04-29 Michael NiedermayerMerge commit '9d33bab583a82cf12286c65258a29c6888e1ff98'
2015-04-29 Michael NiedermayerMerge commit '27b0e6ebfd47b0c11156c18b90fa8c571f0f60c3'
2015-04-29 Anton Khirnovrawenc: properly allocate coded_frame
2015-04-29 Anton Khirnovh264: use properly allocated AVFrames
2015-04-29 Anton Khirnovh264: embed the DPB in the context
2015-04-29 Anton Khirnovh264: merge the init and reinit paths in update_thread_...
2015-04-29 Anton Khirnovh264: drop the reinit parameter from init_slice_header()
2015-04-29 Anton Khirnovh264: update the current bit depth/chroma type in init_...
2015-04-29 Anton Khirnovh264: copy nal_length_size in update_thread_context
2015-04-29 Anton Khirnovh264: drop a comment that carries no useful information
2015-04-29 Anton Khirnovh264: move freeing the escaped RBSP buffer to free_cont...
2015-04-29 Anton Khirnovh264: eliminate ff_h264_set_parameter_from_sps()
2015-04-29 Anton Khirnovh264: move context reinit lower down in update_thread_c...
2015-04-29 Anton Khirnovh264: move the DPB init/uninit to init_context()/free_c...
2015-04-29 Anton Khirnovh264: drop H264Context.ouputed_poc
2015-04-29 Anton Khirnovh264: drop needs_realloc
2015-04-29 Michael NiedermayerMerge commit '0ac8ff618c5e6d878c547a8877e714ed728950ce'
2015-04-29 Michael NiedermayerMerge commit '82de8d71118f4eafd6a43e9ea9169bd411793798'
2015-04-29 Michael NiedermayerMerge commit '0c69164f451cc9ca6ce9d6e7568083e2776bc845'
2015-04-29 Michael NiedermayerMerge commit '59dfc2b0c89f35c5805abee72c2ae4ee7af8e98d'
2015-04-29 Michael NiedermayerMerge commit 'c3418201307c6b7a2b3e3be10f33ab4a20a32c3b'
2015-04-29 Michael NiedermayerMerge commit '3919a4572690894d0a7ad4170d699c52b4748194'
2015-04-29 Michael NiedermayerMerge commit 'f5ba67ee1342b7741200ff637fc3ea3387b68a1b'
2015-04-28 Michael Niedermayeravcodec/vqavideo: Use ff_tlog() for byte and opcode...
2015-04-28 Vittorio Giovarah263: Convert function to macro
2015-04-28 Vittorio Giovarah263: Drop commented-out code and a related otherwise...
2015-04-28 Vittorio Giovarajpeglsenc: Mark codec as init-thread-safe and init...
2015-04-28 Vittorio Giovarajpeglsenc: Check memory allocations
2015-04-28 Vittorio Giovaraflacenc: Move a scratch buffer to struct used by the...
2015-04-28 Andreas Cadhalpunapedec: prevent out of array writes in decode_array_0000
2015-04-28 Andreas Cadhalpunapedec: set s->samples only when init_frame_decoder...
2015-04-27 Michael Niedermayeravcodec/hevc: Remove current_sps
2015-04-27 Alexis BallierAdapt libavcodec/tableprint_vlc.h to the av_dlog -...
2015-04-27 Rong Yanavcodec/ppc/fdctdsp: POWER LE support in ff_fdct_altive...
2015-04-27 ZhouXiaoyongavcodec: optimize mathops for Loongson-3 v1
2015-04-26 Michael Niedermayeravcodec/ffv1enc: set bits_per_raw_sample for 8bit based...
2015-04-26 Michael Niedermayeravcodec/ffv1enc: Ensure that bits per raw sample is...
2015-04-26 Michael Niedermayeravcodec/rv10: Use ff_tlog() for block level tracing
2015-04-26 Michael Niedermayeravcodec/dvbsubdec: Do not return a value from a functio...
2015-04-26 Michael Niedermayeravcodec/interplayvideo: Use ff_tlog() for block level...
2015-04-26 Michael Niedermayeravcodec/h264_slice: Change a few asserts to av_assert*
2015-04-25 Michael NiedermayerMerge commit '5aed1d4240d411533c102eec6944aa925b7f4964'
2015-04-25 Michael Niedermayeravcodec/ituh263dec: Use ff_tlog() for block level infor...
2015-04-25 Michael Niedermayeravcodec/h264_cabac: Use ff_tlog() for block level infor...
2015-04-25 Rico Tzschichholzvaapi: Fix -Wimplicit-function-declaration for ff_dlog...
2015-04-25 Michael Niedermayeravcodec/mpeg12dec: Make ff_dlog() messages more clear
2015-04-25 Michael Niedermayeravcodec/mpeg12dec: Change mb decode tracing stuff to...
2015-04-25 ZhouXiaoyongavcodec/mips: disable assembly not supported for Loongson-3
2015-04-25 Michael Niedermayeravcodec/snowenc: Mark as FF_CODEC_CAP_INIT_THREADSAFE...
2015-04-25 Michael Niedermayerlibavcodec/snowdec: Mark as FF_CODEC_CAP_INIT_THREADSAF...
2015-04-24 Nikleshavcodec/movtextdec: Decoding of Bold-Italic_Underlined...
2015-04-24 Michael NiedermayerMerge commit 'cfdaa4de6c496b0b761c763cd18067cb1af268a7'
2015-04-24 Michael Niedermayeravcodec/libxvid: remove now redundant init cleanup...
2015-04-24 Michael NiedermayerMerge commit '18db1286b04557aa2d2df7efbcb65ae825d5a469'
2015-04-24 Michael NiedermayerMerge commit 'eae7338e1592f4a398b7c3cb9d1ac854b7a44ff8'
2015-04-24 Michael NiedermayerMerge commit '74a1cad7e3ba79e5b1e5b2e2bcf6179520442679'
2015-04-24 Michael NiedermayerMerge commit 'bb428e00ac158244d6691bf135be404e85b66a8b'
2015-04-24 Michael NiedermayerMerge commit '43171886e08b6a2f20a1e2f3ecc95a7984b591cd'
2015-04-24 Michael NiedermayerMerge commit 'd90133b77bf69667d10e54de9aae7da223c6876a'
2015-04-24 Michael NiedermayerMerge commit 'a4edaeb50fc7510f28a5d79349a7926a182c9930'
2015-04-24 Michael NiedermayerMerge commit 'b17cbb0b1c4fdf8324eff24d40a02201bfaebfd3'
2015-04-24 Michael NiedermayerMerge commit '3c04ec04df8cba12f3a7408709ff5c1fddfe8d82'
2015-04-24 Michael NiedermayerMerge commit '5bba3ab0cf7a0238ee1ea31ca2da08ce860fd8f9'
2015-04-24 Michael NiedermayerMerge commit 'b90adb0aba073f9c1b4abca852119947393ced4c'
2015-04-24 Shivraj Patilavcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for...
next