37004 Commits (0404ec619d43f27b87c424aa1a572a6699fe6a31)
 

Author SHA1 Message Date
Anton Khirnov a4208b9b7d avconv: add options for reading filtergraphs from a file. 12 years ago
Anton Khirnov cf53704c55 AVOptions: make av_set_options_string() forward options to child objects 12 years ago
Hendrik Leppkes 85a46ad685 win32: Use 64-bit fstat/lseek variants for MSVC as well 12 years ago
Reimar Döffinger ad04025987 win32: Make ff_win32_open more robust 12 years ago
Reimar Döffinger e9cc988395 win32: Allow other programs to open the same files 12 years ago
Martin Storsjö cfe5908a72 configure: Add error_resilience as dependency to the eatqi decoder 12 years ago
Kostya Shishkov 472391b9a7 ape: use correct context for the bit table printed in debug 12 years ago
Diego Biurrun 7c22d0489f build: Move setting of SRC_DIR to the only place it is used 12 years ago
Diego Biurrun b4d24b471b build: Remove configure-generated .config file on distclean 12 years ago
Martin Storsjö 3891a270f5 msmpeg4: Split decoding related functions to a separate file 12 years ago
Diego Biurrun e557584aa7 mpeg12: Move Mpeg1Context declaration to the only place it is used 12 years ago
Diego Biurrun 1b6d66745a Split MPEG-1/2 decoder code off from MPEG-1/2 common code 12 years ago
Diego Biurrun eee2000b41 mpeg12: Move some ff_mpeg1_* function declarations to a more suitable place 12 years ago
Diego Biurrun b6649ab503 cosmetics: Remove unnecessary extern keywords from function declarations 12 years ago
Diego Biurrun 1db6a080bd dca: Move ff_dca_convert_bitstream() to the DCA common code 12 years ago
Janne Grunau b247253929 vdpau: wrap codec specific functions in appropiate #ifs 12 years ago
Janne Grunau 757d85868b vdpau: fix obsolete mpeg1 vdpau decoder when mpeg2 is disabled 12 years ago
Janne Grunau d767e2f969 configure: fix dependencies of XvMC and old vdpau mpeg2 decoders 12 years ago
Janne Grunau 05fa79b844 hwaccel: fix use with frame based multithreading 12 years ago
Janne Grunau c24469e812 utils: add workaround for AVHWAccel in ff_get_buffer compat code 12 years ago
Martin Storsjö 2ece5bf3ec configure: Remove a stray msmpeg4v1 encoder declaration 12 years ago
Martin Storsjö 3b2d0ec473 configure: Remove the mpegvideo dependency from svq1 12 years ago
Martin Storsjö a2acadd058 x86: vc1dsp: Fix indentation 12 years ago
Ronald S. Bultje 0b499c9b06 h264: Make it possible to compile without error_resilience 12 years ago
Martin Storsjö f1e9398621 lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideo 12 years ago
Martin Storsjö 75644335b9 lavc: Move start code finding to utils.c 12 years ago
Kostya Shishkov 613a37eca4 ape: 3.80-3.92 decoding support 12 years ago
Martin Storsjö ccd349e555 h264: Remove an unused variable 12 years ago
Janne Grunau e5c2794a71 x86: consistently use unaligned movs in the unaligned bswap 12 years ago
Martin Storsjö fdaacc5932 sndio_dec: Add missing includes for av_gettime() 12 years ago
Martin Storsjö 285ff14413 x86: Change a missed occurrance of int to ptrdiff_t for strides 12 years ago
Martin Storsjö 352dbdb96c x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_video function 12 years ago
Martin Storsjö fe2661121e bktr: Add missing includes for av_gettime() 12 years ago
Janne Grunau 535c247b57 fate: use little endian yuv444p10 in h264-reinit tests 12 years ago
Janne Grunau 3f15b301fa fate: add test for cropping h264 to container dimensions 12 years ago
Anton Khirnov 93eaeb0244 FATE: add a tscc2 test. 12 years ago
Anton Khirnov 4e33582a0b tscc2: allocate AVFrame properly. 12 years ago
Jindřich Makovička 20a8ee3061 af_asyncts: fix compensation and PTS monotonicity 12 years ago
Hendrik Leppkes 1e8b9738fa avutil/frame: add all remaining frame properties to av_frame_copy_props 12 years ago
Diego Biurrun 2e2ec66741 configure: Enable hwaccels without external dependencies by default. 12 years ago
Diego Biurrun 72ad96c854 doc/developer: Clarify symbol naming prefixes section. 12 years ago
Anton Khirnov fcf75022d7 h264: remove redundant freeing of DPB in h264_decode_end 12 years ago
Anton Khirnov 23e85be58f h264: add a parameter to the CHROMA444 macro. 12 years ago
Anton Khirnov e962bd08ee h264: add a parameter to the CHROMA422 macro. 12 years ago
Anton Khirnov 6d2b6f21eb h264: add a parameter to the CABAC macro. 12 years ago
Anton Khirnov a6931d8ece h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro. 12 years ago
Anton Khirnov 7fa00653a5 h264: add a parameter to the FIELD_PICTURE macro. 12 years ago
Anton Khirnov 7bece9b22f h264: add a parameter to the FRAME_MBAFF macro. 12 years ago
Anton Khirnov da6be8fcec h264: add a parameter to the MB_FIELD macro. 12 years ago
Anton Khirnov 82313eaa34 h264: add a parameter to the MB_MBAFF macro. 12 years ago