source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @23e6d3d4   11 years diego fate: vpx: Remove one redundant $(eval) invocation
(edit) @2b72f8ac   11 years lu_zero wtv: Seek by sector properly Use an helper function to seek by sector …
(edit) @a27f1116   11 years martin fate: Increase the tolerance in the lavr tests A few fate instances …
(edit) @f52fd3f3   11 years diego fate: aac: Add test for AAC-LD
(edit) @d433e1ae   11 years martin mem: Make av_strdup allocate using av_realloc This makes sure that …
(edit) @825c7c6   11 years lu_zero mpegvideo: Move 8x8 in a separate function
(edit) @95587859   11 years lu_zero mpegvideo: Move obmc in a separate function
(edit) @a90905db   11 years lu_zero ffv1: Assume bitdepth 0 means 8bit CC: libav-stable@libav.org
(edit) @a84616b7   11 years lu_zero mpegvideo: K&R formatting cosmetics
(edit) @93f30547   11 years lu_zero lavc: Convert some remaining strides to ptrdiff_t
(edit) @4baba6c8   11 years anton h264_parser: Fix POC parsing for the case where MMCO_RESET is present. …
(edit) @b81dbd6c   11 years anton h264_parser: Fix POC parsing for the case where MMCO_RESET is absent. …
(edit) @6b081eff   11 years anton fate: add vorbiscomment cover art test Signed-off-by: James Almer …
(edit) @68edd5be   11 years anton FATE: use proper comparison mode in the lavr tests
(edit) @dd33637   11 years anton tiny_psnr: switch f32 handling to floating point Also add support for f64.
(edit) @29c455ce   11 years diego bitstream: Check the result of av_malloc()
(edit) @3b4fa548   11 years diego cavs: more K&R formatting cosmetics
(edit) @c0085f9   11 years derek.buitenhuis mpegaudio_tablegen: Don't use llrint You cannot count on it being …
(edit) @479a5279   11 years derek.buitenhuis cos_tablegen: Don't use lrint You cannot count on it being present on …
(edit) @bc31a7a3   11 years derek.buitenhuis tablegen: Don't use cbrtf in host tools You cannot count on them …
(edit) @884fd4d2   11 years derek.buitenhuis tableprint: Fix use of a size_t print with MSVC %zu was introduced in …
(edit) @708b32b   11 years martin http: Check the auth string contents and not only the pointer This …
(edit) @a3fabc6c   11 years derek.buitenhuis x86: more AVX2 framework Signed-off-by: Derek Buitenhuis …
(edit) @c6908d6b   11 years derek.buitenhuis x86inc: FMA3/4 Support Signed-off-by: Derek Buitenhuis …
(edit) @20689570   11 years derek.buitenhuis x86inc: Remove our FMA4 support This is so we can sync to x264's …
(edit) @c108ba01   11 years derek.buitenhuis x86inc: Use VEX-encoded instructions in AVX functions Automatically …
(edit) @15748773   11 years derek.buitenhuis avresample/x86: Switch operand order for mulps With the forthcoming …
(edit) @84a125c   11 years martin rtmp: Allocate the prev_pkt arrays dynamically Normally, all channel …
(edit) @39185ec4   11 years lu_zero cavs: Check for negative cbp Sample-Id: 00000647-google Reported-by: …
(edit) @1b20d0f5   11 years lu_zero cavs: Return meaningful error values
(edit) @14ddbb47   11 years lu_zero cavs: K&R formatting cosmetics
(edit) @71549a85   11 years martin http: Support auth method detection for POST Inspired by a patch by …
(edit) @eb8b05a3   11 years martin http: Add an option for forcing basic authentication The default is …
(edit) @eb90a209   11 years derek.buitenhuis pthread: Fix deadlock during thread initialization Sometimes, if …
(edit) @c9ef6b09   11 years lu_zero indeo4: Check the inherited quant_mat Invalidate it if not supported. …
(edit) @0cb83c56   11 years lu_zero indeo4: Check the block size if reusing the band configuration …
(edit) @fd2384f0   11 years anton oggparsevorbis: fail on memory allocation error
(edit) @c18375ec   11 years anton oggvorbisdec: add support for embedded cover art Signed-off-by: James …
(edit) @601d6228   11 years anton flac: move picture parsing code in a separate file Signed-off-by: …
(edit) @ecab1c77   11 years anton oggdec: add support for Opus in Ogg demuxing
(edit) @ed9245db   11 years anton oggparsevorbis: check allocations Signed-off-by: Anton Khirnov …
(edit) @9c15ef35   11 years anton oggparsevorbis: support official chapter extension Signed-off-by: …
(edit) @16ea20c8   11 years anton lavc doxy: extend/clarify avcodec_decode_audio4() doxy Elaborate on …
(edit) @66d3f5fd   11 years anton lavc doxy: remove false statements about alignment requirements. The …
(edit) @364af376   11 years anton FATE: add lavr resampling tests
(edit) @9ab5f710   11 years anton FATE: add lavr mixing tests
(edit) @df6737a5   11 years anton audio_mix: fix channel order in mix_1_to_2_fltp_flt_c …
(edit) @a52b5a5a   11 years martin riff: Add a mapping for VP6A This allows demuxing VP6A from F4V …
(edit) @c0de9a23   11 years lu_zero prores: Reject negative run and level values Sample-Id: …
(edit) @054454c6   11 years lu_zero mxf: Add jpeg2000 codec to intra only codecs Conform with SMPTE RP …
(edit) @5f5ada3d   11 years lu_zero shorten: Fix out-of-array read pred_order == …
(edit) @ed796fba   11 years diego atrac3: Better name for IMDCT window initialization Signed-off-by: …
(edit) @be764150   11 years diego atrac3: Remove unused gain compensation tables Signed-off-by: Diego …
(edit) @2df7f771   11 years lu_zero prores: Error out only on surely incomplete ac_coeffs
(edit) @44690dfa   11 years lu_zero prores: Add a codepath for decoding errors
(edit) @e6ed866   11 years martin flvenc: Write proper cropping for VP6 even if there's no extradata …
(edit) @be1e1373   11 years martin flvenc: Support muxing VP6A as well Handle it in the same way as …
(edit) @4d7aeff9   11 years martin flvenc: Don't pretend to support muxing "plain" VP6 The plain VP6 …
(edit) @41a10f3b   11 years martin vp6: Support cropping to AVCodecContext.width/height In these cases, …
(edit) @ceec6e7   11 years lu_zero avi: directly resync on DV in AVI read failure Reported-by: Mateusz …
(edit) @756547ce   11 years lu_zero avi: DV in AVI must be considered single stream Reported-by: Mateusz …
(edit) @1cac9acc   11 years lu_zero avi: properly fail if the dv demuxer is missing CC: libav-stable@libav.org
(edit) @1018a922   11 years lu_zero jpeg2000: Check block length Reported-by: Mateusz "j00ru" Jurczyk and …
(edit) @071e29af   11 years lu_zero vmnc: Use meaningful return values
(edit) @5e992a46   11 years lu_zero vmnc: Check the cursor dimensions And manage the reallocation failure …
(edit) @61cd19b   11 years lu_zero vmnc: Port to bytestream2 Fix some buffer overreads. Reported-by: …
(edit) @a66aa0da   11 years lu_zero vmnc: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @ad7d7d4f   11 years derek.buitenhuis x86inc: Remove .rodata kludges The Mach-O bug was fixed in yasm 0.8.0 …
(edit) @9e3946aa   11 years derek.buitenhuis build: Require yasm 0.8.0 or higher This is in preparation for …
(edit) @b2148fa   11 years lu_zero shorten: Extend fixed_coeffs to properly support pred_order 0 …
(edit) @6405ca7d   11 years diego x86: h264_idct: Update comments to match 8/10-bit depth optimization split
(edit) @3e2fa991   11 years derek.buitenhuis x86inc: remove misaligned cpu flag Prevents a crash if the misaligned …
(edit) @71155665   11 years derek.buitenhuis x86inc: various minor backports from x264 Small backports that …
(edit) @47f9d7ce   11 years derek.buitenhuis x86inc: Check for OUTPUT_FORMAT having a value of "x64" This is …
(edit) @bbe4a6db   11 years derek.buitenhuis x86inc: Utilize the shadow space on 64-bit Windows Store XMM6 and …
(edit) @3fb78e99   11 years derek.buitenhuis x86inc: create xm# and ym#, analagous to m# For when we want to mix …
(edit) @49ebe3f9   11 years derek.buitenhuis x86inc: fix some corner cases of SWAP SWAP with >=3 named (rather …
(edit) @63f0d623   11 years derek.buitenhuis x86inc: Use SSE instead of SSE2 for copying data Reduces code size …
(edit) @ad76e6e   11 years derek.buitenhuis x86inc: Set ELF hidden visibility for global constants Signed-off-by: …
(edit) @e52567c   11 years derek.buitenhuis build: Strip spurious labels The implementation of 25cb0c1a involves …
(edit) @25cb0c1a   11 years derek.buitenhuis x86inc: activate REP_RET automatically Now RET checks whether it …
(edit) @ce1e8045   11 years diego x86: fdct: Employ more specific ifdefs This avoids building mmxext …
(edit) @9adbc3f   11 years diego bmv: Remove unused variable
(edit) @90e15e34   11 years diego oggparsevorbis: return meaningful errors Signed-off-by: Diego Biurrun …
(edit) @2ddb35b9   11 years diego x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from …
(edit) @6b3ff6f9   11 years lu_zero swscale: provide a default scaler if none is set Lanczos for general …
(edit) @258414d0   11 years diego x86: fdct: Initialize optimized fdct implementations in the standard way
(edit) @0b8b2ae5   11 years diego x86: xviddct: Employ more specific ifdefs This avoids building mmxext …
(edit) @4272bb6e   11 years lu_zero doxy: Document avlog Provide some information for every function and …
(edit) @a4435f92   11 years martin ismindex: Change the duration field to int64_t This reduces the risk …
(edit) @583a287f   11 years martin ismindex: Calculate the file duration among the included tracks If …
(edit) @d347a7b2   11 years martin ismindex: Use the individual stream duration instead of the global one …
(edit) @b698542a   11 years martin mov: Don't allocate arrays with av_malloc that will be realloced CC: …
(edit) @6cc133ec   11 years diego x86: fdct: Only build fdct code if encoders have been enabled fdct is …
(edit) @cd818b3a   11 years martin rtmpproto: Validate the embedded flv packet size before copying This …
(edit) @8921e32f   11 years martin rtmpproto: Readjust the end of the flv buffer if handle_metadata …
(edit) @24fee953   11 years martin rtmpproto: Move the flv header/trailer addition to append_flv_data …
(edit) @72540e51   11 years martin rtmpproto: Clear the flv allocation size on reallocp failures This …
(edit) @4d6d7029   11 years martin rtmpproto: Pass the 'live' parameter in the right unit The current …
(edit) @a6b36132   11 years martin rtmpproto: Print the error code string if there's no description On …
Note: See TracRevisionLog for help on using the revision log.