source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @b88f902   12 years anton bmv: check for len being valid in bmv_decode_frame(). It can be 0 or …
(edit) @8d617b11   12 years anton id3v2: pad the APIC packets as required by lavc. Reported-by: Mateusz …
(edit) @3623589e   12 years anton dfa: check for invalid access in decode_wdlt(). This can happen when …
(edit) @dbb14258   12 years anton lavf: make sure stream probe data gets freed. Reported-by: Mateusz …
(edit) @6d0546bb   12 years anton avfiltergraph: set deprecated filter_count.
(edit) @bcc9432   12 years anton opt: check the return values of av_get_token for ENOMEM.
(edit) @dfcbe8cb   12 years anton doc: Fix best_nb_channells typo Signed-off-by: Peter Meerwald …
(edit) @25a80a9   12 years lu_zero matroska: pass the lace size to the matroska_parse_rm_audio Each lace …
(edit) @8a96df7b   12 years lu_zero matroska: fix a corner case in ebml-lace parsing Make sure we notice …
(edit) @fc43c19a   12 years lu_zero matroska: Update the available size after lace parsing Fix …
(edit) @19f251a   12 years lu_zero clang: use -fsantize=address and -fsanitize=thread The previous …
(edit) @6e3c13a   12 years anton avfiltergraph: check for sws opts being non-NULL before using them. …
(edit) @817dff57   12 years anton configure: Check for the atomic.h functions used in the suncc atomics …
(edit) @f9f6402e   12 years anton configure: prettify atomics handling. Add simpler names and a …
(edit) @0933fd15   12 years lu_zero oma: Validate sample rates The sample rate index is 3 bits even if …
(edit) @f2f57d16   12 years derek.buitenhuis doc/platform: Remove part about dllimport Only deprecated things need …
(edit) @1d6e6189   12 years lu_zero vp8: Fix pthread_cond and pthread_mutex leaks CC: …
(edit) @b01b60a2   12 years lu_zero fate: add an option to generate the references Useful to add or …
(edit) @e46a2a73   12 years justin.ruggles flvdec: read audio sample size and channels metadata This is needed …
(edit) @c3d01577   12 years justin.ruggles flvdec: use the correct audio codec id when parsing metadata
(edit) @0afcf97e   12 years anton vmdav: convert to bytestream2 Signed-off-by: Anton Khirnov …
(edit) @8a2f5f0c   12 years anton FATE: add a test for the join filter
(edit) @9e9cd98a   12 years anton FATE: add a test for the volume filter
(edit) @43a8333a   12 years anton FATE: add a test for the channelsplit filter
(edit) @33942b7b   12 years anton FATE: add a test for the channelmap filter
(edit) @f9174203   12 years anton FATE: add a test for the negate filter
(edit) @3d8c80b6   12 years anton FATE: add a test for the overlay filter
(edit) @ea290d91   12 years anton FATE: add a test for the setpts filter
(edit) @71f3ede2   12 years anton FATE: add a test for the hqdn3d filter
(edit) @0bdbd85e   12 years anton FATE: add a test for the transpose filter
(edit) @ad85e8d9   12 years anton FATE: add a test for the unsharp filter
(edit) @1a6d4bd   12 years anton FATE: add a test for the fade filter
(edit) @feb4922   12 years anton FATE: add a test for the drawbox filter
(edit) @a2229976   12 years anton FATE: add a test for the boxblur filter
(edit) @7cec1274   12 years anton FATE: add a test for the gradfun filter
(edit) @1ae44c87   12 years anton lavfi/gradfun: remove rounding to match C and SSE code. There is no …
(edit) @38a2f88d   12 years anton lavfi/gradfun: fix dithering in MMX code. Current dithering only uses …
(edit) @2d66fc54   12 years anton lavfi/gradfun: fix rounding in MMX code. Current code divides before …
(edit) @8b9a153e   12 years anton lavfi/gradfun: do not increment DC pointer for odd values. First DC …
(edit) @f2a59722   12 years anton fate: filter: Add dependencies Signed-off-by: Anton Khirnov …
(edit) @a4208b9b   12 years anton avconv: add options for reading filtergraphs from a file.
(edit) @cf53704c   12 years anton AVOptions: make av_set_options_string() forward options to child objects
(edit) @85a46ad6   12 years martin win32: Use 64-bit fstat/lseek variants for MSVC as well …
(edit) @ad040259   12 years martin win32: Make ff_win32_open more robust - Make MultiByteToWideChar fail …
(edit) @e9cc9883   12 years martin win32: Allow other programs to open the same files In order to match …
(edit) @cfe5908   12 years martin configure: Add error_resilience as dependency to the eatqi decoder …
(edit) @472391b9   12 years kostya.shishkov ape: use correct context for the bit table printed in debug
(edit) @7c22d04   12 years diego build: Move setting of SRC_DIR to the only place it is used
(edit) @b4d24b47   12 years diego build: Remove configure-generated .config file on distclean
(edit) @3891a270   12 years martin msmpeg4: Split decoding related functions to a separate file This …
(edit) @e557584a   12 years diego mpeg12: Move Mpeg1Context declaration to the only place it is used
(edit) @1b6d6674   12 years diego Split MPEG-1/2 decoder code off from MPEG-1/2 common code
(edit) @eee2000b   12 years diego mpeg12: Move some ff_mpeg1_* function declarations to a more suitable place
(edit) @b6649ab5   12 years diego cosmetics: Remove unnecessary extern keywords from function declarations
(edit) @1db6a080   12 years diego dca: Move ff_dca_convert_bitstream() to the DCA common code This …
(edit) @b2472539   12 years janne-libav vdpau: wrap codec specific functions in appropiate #ifs Fixes linking …
(edit) @757d8586   12 years janne-libav vdpau: fix obsolete mpeg1 vdpau decoder when mpeg2 is disabled
(edit) @d767e2f9   12 years janne-libav configure: fix dependencies of XvMC and old vdpau mpeg2 decoders
(edit) @05fa79b8   12 years janne-libav hwaccel: fix use with frame based multithreading Allows use of …
(edit) @c24469e8   12 years janne-libav utils: add workaround for AVHWAccel in ff_get_buffer compat code …
(edit) @2ece5bf3   12 years martin configure: Remove a stray msmpeg4v1 encoder declaration No such …
(edit) @3b2d0ec4   12 years martin configure: Remove the mpegvideo dependency from svq1 The svq1 decoder …
(edit) @a2acadd   12 years martin x86: vc1dsp: Fix indentation Signed-off-by: Martin Storsjö …
(edit) @0b499c9b   12 years martin h264: Make it possible to compile without error_resilience Error …
(edit) @f1e93986   12 years martin lavc: Rename avpriv_mpv_find_start_code after moving out from …
(edit) @75644335   12 years martin lavc: Move start code finding to utils.c This allows dropping the …
(edit) @613a37ec   12 years kostya.shishkov ape: 3.80-3.92 decoding support
(edit) @ccd349e5   12 years martin h264: Remove an unused variable Signed-off-by: Martin Storsjö …
(edit) @e5c2794a   12 years janne-libav x86: consistently use unaligned movs in the unaligned bswap Fixes …
(edit) @fdaacc59   12 years martin sndio_dec: Add missing includes for av_gettime() This is necessary …
(edit) @285ff144   12 years martin x86: Change a missed occurrance of int to ptrdiff_t for strides …
(edit) @352dbdb9   12 years martin x86: Remove win64 xmm clobbering wrappers for the now removed …
(edit) @fe26611   12 years martin bktr: Add missing includes for av_gettime() This is necessary after …
(edit) @535c247b   12 years janne-libav fate: use little endian yuv444p10 in h264-reinit tests Fixes fate big …
(edit) @3f15b301   12 years janne-libav fate: add test for cropping h264 to container dimensions Tests the …
(edit) @93eaeb02   12 years anton FATE: add a tscc2 test.
(edit) @4e33582a   12 years anton tscc2: allocate AVFrame properly.
(edit) @20a8ee30   12 years anton af_asyncts: fix compensation and PTS monotonicity This patch improves …
(edit) @1e8b9738   12 years anton avutil/frame: add all remaining frame properties to …
(edit) @2e2ec667   12 years diego configure: Enable hwaccels without external dependencies by default.
(edit) @72ad96c8   12 years diego doc/developer: Clarify symbol naming prefixes section.
(edit) @fcf75022   12 years anton h264: remove redundant freeing of DPB in h264_decode_end …
(edit) @23e85be5   12 years anton h264: add a parameter to the CHROMA444 macro. This way it does not …
(edit) @e962bd08   12 years anton h264: add a parameter to the CHROMA422 macro. This way it does not …
(edit) @6d2b6f21   12 years anton h264: add a parameter to the CABAC macro. This way it does not look …
(edit) @a6931d8   12 years anton h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro. This way …
(edit) @7fa00653   12 years anton h264: add a parameter to the FIELD_PICTURE macro. This way it does …
(edit) @7bece9b2   12 years anton h264: add a parameter to the FRAME_MBAFF macro. This way it does not …
(edit) @da6be8f   12 years anton h264: add a parameter to the MB_FIELD macro. This way it does not …
(edit) @82313eaa   12 years anton h264: add a parameter to the MB_MBAFF macro. This way it does not …
(edit) @48d0fd2d   12 years anton h264: merge common_init() into ff_h264_decode_init. There is no point …
(edit) @25408b2a   12 years anton h264: make ff_h264_frame_start static. It is not called from outside …
(edit) @1c4073ef   12 years janne-libav fate: add tests for h264 decoder reinit
(edit) @a157c7f   12 years janne-libav h264: fix bit depth changes with frame threading …
(edit) @a5e6080a   12 years martin rtmp: Pass the parameters to do_adobe_auth in the right order …
(edit) @c3ebfcd6   12 years anton mpegvideo: allocate hwaccel privdata after the frame buffer This …
(edit) @9c9ede44   12 years anton h264: allocate hwaccel privdata after the frame buffer This ensures …
(edit) @c71c80f5   12 years anton pthread: unref already decoded frames when flushing the decoder …
(edit) @4e70d66d   12 years anton mpegvideo: fix allocation of the hwaccel_picture_private data …
(edit) @1516bf7   12 years anton lavc: update the doxy for avcodec_decode_{video,audio} wtih refcounting.
Note: See TracRevisionLog for help on using the revision log.