source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @35e0833d   11 years anton mpeg4videodec: add a mpeg4-specific private context.
(edit) @95fd52c1   11 years anton mxfdec: set extradata size The line setting it was mistakenly removed …
(edit) @3c8507a8   11 years anton dcadec: add disable_xch private option. This supplements the …
(edit) @220494ad   11 years anton dcadec: treat all 2-channel modes as Stereo in dca_downmix. The check …
(edit) @aaa44d02   11 years anton dca: support mixing LFE in dca_downmix. Embedded downmix coefficients …
(edit) @149438cf   11 years anton dca: improve default stereo downmix coefficients. Previous …
(edit) @44b17d79   11 years anton dca: extract core substream's embedded downmix coeffcient codes, if …
(edit) @27245b4e   11 years anton dca: remove embedded downmix coefficient extraction. It was based on …
(edit) @b6d5e6aa   11 years anton dca: convert dca_default_coeffs to float. Easier to read, modify, and …
(edit) @25609b63   11 years anton dcadec: store the stereo downmix coefficients as float in the …
(edit) @89de5157   11 years anton dcadec: implement request_channel_layout. Signed-off-by: Anton …
(edit) @cf7860db   11 years vittorio.giovara x86: dsputil: Suppress deprecation warnings for XvMC bits These parts …
(edit) @d1916d13   11 years vittorio.giovara dsputil/pngdsp: fix signed/unsigned type in end comparison Fixes out …
(edit) @0673ede   11 years vittorio.giovara configure: add strip flags checks This will check if -wN '..@*' is …
(edit) @87337993   11 years anton h263dec: sanitize a condition. Call ff_mpeg4_decode_picture_header() …
(edit) @4d388c0c   11 years anton h264_refs: make sure not to write over the bounds of the default ref …
(edit) @fa515c20   11 years derek.buitenhuis doc/platform: Update to reflect current MSVC build situation …
(edit) @10421bcf   11 years anton Add an audio transcoding example. Signed-off-by: Anton Khirnov …
(edit) @92f0abb2   11 years diego build: Check for pod2man instead of perl for manual page generation …
(edit) @4da3f410   11 years diego configure: Restore doc option to disable building the documentation …
(edit) @dc80e2f7   11 years martin Makefile: Fix building programs on systems with a nonempty executable …
(edit) @c6080d89   11 years anton lavc: remove mp3_header_(de)compress bitstream filters They mangle …
(edit) @1eaac1d6   11 years anton mpeg12dec: Extract CC user data into frame side data Signed-off-by: …
(edit) @a16577d9   11 years anton MSN Audio support This is essentially a MS GSM decoder extension that …
(edit) @56d061ce   11 years anton metasound: add last missing modes (8kHz @ 6kbps per channel) …
(edit) @de44dfc7   11 years lu_zero vc1: Reset numref if fieldmode is not set There are samples in the …
(edit) @5145ccf0   11 years diego aacsbr: Add some const casts to silence warnings in ff_sbr_apply()
(edit) @ab81f24a   11 years diego build: Integrate multilibrary examples into the build system This …
(edit) @14abeaa4   11 years diego build: Separate building programs linking against libav* from building …
(edit) @09cd0a31   11 years martin doc: Add the host executable suffix for the print_options dependency …
(edit) @dedfa00   11 years derek.buitenhuis build: Import makedef script from c99-to-c89 This allows MSVC 2013 …
(edit) @8f8bc92   11 years diego Add missing #includes for *INT64_MAX and *INT64_C
(edit) @0eeeb964   11 years diego mpegaudiodec: Consistently handle fixed/float templating
(edit) @48b24bd2   11 years diego ac3dec: Fix out-of-array read Signed-off-by: Diego Biurrun …
(edit) @f187557a   11 years diego build: more fine-grained dependencies for documentation build tools …
(edit) @6f270da6   11 years anton libschroedingerenc: do not assert on values from external libraries …
(edit) @7671dd7c   11 years anton avconv: add support for VDPAU decoding
(edit) @07fd0a22   11 years anton avconv: add infrastructure for using hwaccels
(edit) @d4df0213   11 years diego ac3dec: Remove write-only channel_layout field from AC3DecodeContext …
(edit) @b5328546   11 years diego ac3: implement request_channel_layout. Signed-off-by: Diego Biurrun …
(edit) @c16bfb1   11 years diego swscale: x86: Consistently use lowercase function name suffixes
(edit) @56c23370   11 years martin hls: Avoid reading outside of the allocated array CC: …
(edit) @8c929098   11 years martin hls: Check whether the AVIOContext contains a new redirected URL This …
(edit) @be4edda6   11 years martin http: Expose the content location via an AVOption Signed-off-by: …
(edit) @393d80cc   11 years martin http: Support relative URL redirection In RFC 2616, this was …
(edit) @76267ecc   11 years martin http: Remove an unrelated and mistakenly set AVOption unit name This …
(edit) @0ba8ba16   11 years diego aacps: Adjust some const qualifiers to suppress warnings
(edit) @430d1219   11 years anton pcx: round up in bits->bytes conversion in a buffer size check Fixes …
(edit) @c918e08b   11 years anton truemotion1: make sure index does not go out of bounds Fixes invalid …
(edit) @ce9bba53   11 years anton avidec: fix a memleak in the dv init code. Found-by: Mateusz "j00ru" …
(edit) @de4ec97   11 years anton vc1: fix a memleak. Happens on a B-frame when neither low_delay nor …
(edit) @ca41c72c   11 years anton motionpixels: clip VLC codes. Fixes invalid reads. Found-by: Mateusz …
(edit) @8b516f15   11 years anton matroskadec: use correct compression parameters for current track …
(edit) @30be1ea   11 years anton matroskadec: pad EBML_BIN data. It might be passed to code requiring …
(edit) @f0259a58   11 years anton h264: check buffer size before accessing it Fixes invalid reads. …
(edit) @1f3e56b   11 years anton gifdec: convert to bytestream2
(edit) @c453723a   11 years anton gifdec: check that the image dimensions are non-zero Also add an …
(edit) @074c769d   11 years anton h264_cavlc: check the size of the intra PCM data. Fixes invalid …
(edit) @ac0e03ba   11 years diego dct/fft: Give consistent names to fixed/float template files
(edit) @dd249245   11 years vittorio.giovara filter docs: reference scale and fps filters
(edit) @d28fc7b   11 years vittorio.giovara avconv_filter: add new line after error message
(edit) @874838dc   11 years vittorio.giovara fate: add one select filter test This test selects alternate frames …
(edit) @305d3d9   11 years vittorio.giovara mpeg4videoenc: restore macro parentheses These were erroneously …
(edit) @ea9f7173   11 years martin configure: Avoid requiring c99wrap for working around msys path issues …
(edit) @a7b87ca9   11 years anton libxavs: rename and fix a variable name It was mis-spelled in …
(edit) @03f6d4e   11 years derek.buitenhuis win{32,64}: Hard disable symbol versioning ICL doesn't return an …
(edit) @ffb0af7f   11 years diego ac3dec: simplify an expression Signed-off-by: Diego Biurrun …
(edit) @57f13fd7   11 years diego dv_tablegen: Remove CONFIG_SMALL preprocessor check The code does in …
(edit) @6f1ec8ed   11 years vittorio.giovara avcodec.h: include version.h before using version macro
(edit) @3a16ec19   11 years vittorio.giovara vf_interlace: check one av_frame_clone allocation
(edit) @c673fc91   11 years vittorio.giovara hevc_sei: drop unused parameter
(edit) @d234c7a0   11 years vittorio.giovara mpeg4videodec: K&R formatting cosmetics
(edit) @8769113a   11 years vittorio.giovara mpeg4videoenc: K&R formatting cosmetics
(edit) @fa48be9b   11 years martin configure: Don't use symlinks for creating the out of tree makefile …
(edit) @16e7b18   11 years diego mpegvideo: Fix swapping of UV planes for VCR2
(edit) @69d4dbfd   11 years diego aac_ac3_parser: simplify an expression Signed-off-by: Diego Biurrun …
(edit) @37a3cac   11 years diego dcadec: simplify an expression Signed-off-by: Diego Biurrun …
(edit) @a553c6a3   11 years anton lavc: use buf[0] instead of data[0] in checks whether a frame is …
(edit) @cc20fbcd   11 years martin rtmphttp: Check for both 0 and AVERROR_EOF This makes RTMPT work …
(edit) @1c01b025   11 years anton mpegvideo_enc: use the AVFrame API properly.
(edit) @a6064b12   11 years anton ffv1: use the AVFrame API properly.
(edit) @706a9292   11 years anton jpegls: use the AVFrame API properly.
(edit) @14b35bf0   11 years anton huffyuv: use the AVFrame API properly.
(edit) @ffe04c3   11 years anton libxvid: use the AVFrame API properly.
(edit) @863a670e   11 years anton pcxenc: use the AVFrame API properly.
(edit) @7ca97aa7   11 years anton roqvideo: remove unused variables
(edit) @3722628   11 years anton libschroedingerenc: use the AVFrame API properly.
(edit) @97168b2   11 years anton eatgv: use the AVFrame API properly.
(edit) @b18c7c8d   11 years anton libxavs: use the AVFrame API properly.
(edit) @5290e02   11 years anton nuv: use the AVFrame API properly.
(edit) @d56a114   11 years anton flashsvenc: use the AVFrame API properly.
(edit) @57e7b3a8   11 years anton dnxhdenc: use the AVFrame API properly.
(edit) @d2287740   11 years anton libx264: use the AVFrame API properly.
(edit) @394ef4d1   11 years anton svq1enc: use the AVFrame API properly.
(edit) @219b35f5   11 years anton gif: use the AVFrame API properly.
(edit) @45bde93e   11 years anton sunrastenc: use the AVFrame API properly.
(edit) @fb26d761   11 years anton targaenc: use the AVFrame API properly.
(edit) @f26f711   11 years anton tiffenc: use the AVFrame API properly.
(edit) @78c6c9d   11 years anton pngenc: use the AVFrame API properly.
(edit) @0ea430c7   11 years anton lclenc: use the AVFrame API properly.
Note: See TracRevisionLog for help on using the revision log.