source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9eef9eb3   11 years anton h264: check that execute_decode_slices() is not called too many times …
(edit) @bfd26b7c   11 years anton h264: reject mismatching luma/chroma bit depths during sps parsing …
(edit) @9a026c72   11 years anton h264: rebuild the default ref list if the reference count changes …
(edit) @4736d003   11 years anton cavsdec: check ff_get_buffer() return value Found-by: Mateusz "j00ru" …
(edit) @50079a6a   11 years anton lavc: do not leak the internal frame if opening the codec fails
(edit) @3867f371   11 years anton lavf: remove a pointless check AVStream.codec is always non-NULL
(edit) @75647dea   11 years anton oggparseogm: check timing variables Fixes a potential divide by zero. …
(edit) @8058284c   11 years anton lavc: add 422/444 YUV with alpha to align_dimensions() Aligns frame …
(edit) @2f970946   11 years anton lagarith: do not call simd functions on unaligned lines They end up …
(edit) @f4a8a008   11 years anton sgidec: fix buffer size check in expand_rle_row() Right now it will …
(edit) @adb199d1   11 years anton kgv1dec: replace forcing EMU_EDGE by a copy The decoder currently …
(edit) @fe80fa53   11 years anton 4xm: replace forcing EMU_EDGE by a copy The decoder currently sets …
(edit) @fffca3d2   11 years anton 4xm: return a proper error code.
(edit) @0606671   11 years anton hevc: rename some HEVC conformance streams Some HEVC conformance …
(edit) @98c0cd0   11 years anton hevc: add new conformance streams Also remove superseded conformance …
(edit) @7ce88e5e   11 years martin cmdutils: update copyright year to 2014. Signed-off-by: Martin …
(edit) @7840c404   11 years tdskywalker (e)ac3dec: set AV_FRAME_DATA_MATRIXENCODING side data.
(edit) @13345fc1   11 years tdskywalker (e)ac3: parse and store the Dolby Surround, Surround EX and Headphone …
(edit) @e9212309   11 years tdskywalker mlpdec: set AV_FRAME_DATA_MATRIXENCODING side data.
(edit) @4b7f1a7c   11 years tdskywalker mlp: Parse TrueHD decoder channel modifiers and set the …
(edit) @30d70e79   11 years tdskywalker dcadec: set AV_FRAME_DATA_MATRIXENCODING side data.
(edit) @6bfdb2de   11 years tdskywalker dcadec: set the output channel mode more accurately. When downmixing …
(edit) @5b4797a2   11 years tdskywalker avframe: add AV_FRAME_DATA_MATRIXENCODING side data type. Includes a …
(edit) @5c437fb6   11 years tdskywalker lavu: Add values for various Dolby flags to the AVMatrixEncoding enum.
(edit) @52ccc4a0   11 years lu_zero configure: Support preprocessor macros as header names New versions …
(edit) @82b9799b   11 years martin sdp: Check that fmt->oformat is non-null before accessing it This …
(edit) @9d18a7d   11 years alex.converse fate: Update AAC ELD 5.1 ref for recent bugfixes.
(edit) @7f29644   11 years alex.converse aac: Fix low delay windowing. AAC LD uses a low overlap sine window …
(edit) @42d1b419   11 years alex.converse fate: Add a test vector for AAC ELD with TNS.
(edit) @b2212dec   11 years alex.converse aac: Fix TNS decoding for the 512 sample window family.
(edit) @e2096e2e   11 years alex.converse fate: Add a downsampled SBR testvector
(edit) @3348e349   11 years martin arm: Use the matching endfunc macro instead of the assembler directive …
(edit) @2ad4ee34   11 years martin arm: Add a missing endfunc macro call Signed-off-by: Martin Storsjö …
(edit) @a3a55645   11 years anton mpegvideo: remove disabled bfin asm It has been disabled as 'broken' …
(edit) @a4d0c6e0   11 years anton mpegvideo: move dct_unquantize functions up to avoid forward declarations
(edit) @aec25b1c   11 years anton mpegvideo: split the encoding-only parts of frame_start() into a …
(edit) @b318106f   11 years anton FATE: add a test for the lavr mixing case fixed in …
(edit) @a8cc88b   11 years anton tests/Makefile: allow FILTER* to be called with lists of filter names
(edit) @cc976a75   11 years anton audio_mix: print (SKIP) instead of 0.0 for matrix columns removed …
(edit) @fc6a3ef4   11 years anton audio_mix: fix zeroing output channels in certain cases Specifically, …
(edit) @3d95d273   11 years anton audio_mix: initialize the data pointers to NULL This should make it …
(edit) @58312b24   11 years anton h264: reset data_partitioning if decoding the slice header for NAL_DPA …
(edit) @e89aa4bf   11 years anton lzw: switch to bytestream2 Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @1b5d065c   11 years anton pmpdec: check that there is at least one audio packet. The code …
(edit) @94a417ac   11 years anton mathematics: remove asserts from av_rescale_rnd() It is a public …
(edit) @24057c83   11 years anton eacmv: check the framerate before setting it. Found-by: Mateusz …
(edit) @5569146d   11 years anton adx: check that the offset is not negative Found-by: Mateusz "j00ru" …
(edit) @a6a2282c   11 years anton rv30: fix extradata size check. It has been checking the number of …
(edit) @feded990   11 years anton mpegvideo: set reference/pict_type on generated reference frames …
(edit) @58f0d164   11 years anton Makefile: add html template files to the doxygen deps
(edit) @9a4c10e3   11 years lu_zero lavu: Move preprocessor macros in a separate file And remove all the …
(edit) @4d2bb289   11 years lu_zero h264: namespace the decode function Make much easier debugging.
(edit) @1ab91c7d   11 years lu_zero doxy: Update the css to have a flat style Drop references to the doxy …
(edit) @9ace13db   11 years lu_zero doxy: Fix link in badge color Green on blue was not exactly optimal. …
(edit) @b83d1ee3   11 years diego avutil: Move library version related macros to version.h This is a …
(edit) @1716b4c7   11 years lu_zero mms: Remove non-utf8 characters Certain softwares get badly confused. …
(edit) @bd0fba87   11 years diego configure: Explicitly disable w32threads if the test for it fails …
(edit) @d06ca204   11 years diego error.h: Do not circularly depend on avutil.h
(edit) @10d98248   11 years tdskywalker lavu: fix typo in documentation.
(edit) @57ead844   11 years tdskywalker doc: fix link to the ISC license text in the developer documentation.
(edit) @6c0e835   11 years tdskywalker doc: fix a coding style error in the developer documentation.
(edit) @61ae9939   11 years lu_zero vc1: Fix intensity compensation performance regression Introduced by …
(edit) @7398e05   11 years lu_zero hevc: move DSP declarations from hevc.h into hevcdsp.h Signed-off-by: …
(edit) @be7c323   11 years justin.ruggles Add a libwebp encoder
(edit) @d307e408   11 years martin arm: Don't clobber callee saved registers in scalarproduct …
(edit) @5c3fa74b   11 years anton hevc: support luma bit depth != chroma bit depth for PCM coding units …
(edit) @78d0b7f3   11 years anton hevc: warn when an unknown profile is used Bitstreams conforming to …
(edit) @259cddb1   11 years anton hevc_ps: fix indentation Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @2d18aaa1   11 years anton hevc: refactor Profile Tier Level Also store a few PTL flags which …
(edit) @67bbaed5   11 years anton hevc: don't check for errors in PTL code According to the spec, the …
(edit) @321cb8b0   11 years anton hevc: store profile and level in AVCodecContext Signed-off-by: Anton …
(edit) @2a41826b   11 years anton lavc: add HEVC profiles names Signed-off-by: Anton Khirnov …
(edit) @f412b2c9   11 years lu_zero flv: Use the correct type to hold the file offset
(edit) @15739a9b   11 years lu_zero jvdec: Do not feed the decoder with known wrong data Still assume the …
(edit) @e518cb86   11 years lu_zero jvdec: Fix memory leak of jv->frames Signed-off-by: Luca Barbato …
(edit) @027712e8   11 years lu_zero jvdec: Return EOF on end of file
(edit) @dfc50ac8   11 years diego x86: mpegvideo: move denoise_dct asm to mpegvideoenc This function is …
(edit) @b254490b   11 years martin vc1: arm: Add NEON no_rnd chroma MC Apply David Conrad's old patch to …
(edit) @832e1906   11 years martin vc1: arm: Add NEON assembly For: …
(edit) @e1b9de4f   11 years diego atomics: cosmetics: Restructure ifdefs for greater clarity Also fix …
(edit) @8558595a   11 years diego configure: Express atomics/thread deps through the dependency system
(edit) @e121a725   11 years martin fate: Explicitly specify the pixel format for the pngparser test The …
(edit) @fe533ffd   11 years siretart Prepare release notes for Libav 10 "Eks" Additional editing by Diego …
(edit) @b3189aff   11 years martin png_parser: Fix parsing on big endian Since pc.state is populated by …
(edit) @d8fd1836   11 years martin vc1: Fix mb_height for field pictures Tables are always allocated now …
(edit) @bd316109   11 years vittorio.giovara apidoc: fix warning from stereo3d.h
(edit) @3d9fc21e   11 years vittorio.giovara h264: Refactor decode_frame_packing_arrangement Directly set the …
(edit) @3a149e23   11 years vittorio.giovara hevc: Refactor decode_nal_sei_frame_packing_arrangement Directly set …
(edit) @cfb4ee30   11 years vittorio.giovara fate: add a pngparser test
(edit) @eddff165   11 years vittorio.giovara fate: add utility function to test parser, demuxer, and decoder
(edit) @6fd99e78   11 years vittorio.giovara png: add a standalone parser Useful for reading png images from a pipe.
(edit) @0d882e9e   11 years diego avutil: Remove deprecated intfloat_readwrite code It was deprecated …
(edit) @11bb5e10   11 years diego build: Define printf to gnu_printf on MinGW*/gcc This is …
(edit) @6d3ea19   11 years siretart Bump major of libavfilter for reference counted buffer API changes. …
(edit) @3bc2e89c   11 years siretart Bump libavutil major version to account for the LLS API/ABI changes. …
(edit) @9aba0a6   11 years martin rtpdec_h264: Check the return value of functions doing allocations …
(edit) @6451c885   11 years martin sdp: Check theora colorspace before producing the configuration string …
(edit) @797f2a79   11 years martin hdsenc: Check the init_file() return code Signed-off-by: Martin …
(edit) @b8ed15d6   11 years martin hdsenc: Fix an off by one error in an array size check Signed-off-by: …
(edit) @417927af   11 years martin hdsenc: Avoid integer overflow Also remove a silly leftover pair of …
Note: See TracRevisionLog for help on using the revision log.