source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @c39bddd3   13 years justin.ruggles alacdec: move appending of extra_bits to a separate function. This …
(edit) @e739d351   13 years justin.ruggles alacdec: split stereo decorrelation into a separate function. It is …
(edit) @d251c85d   13 years justin.ruggles alacdec: cosmetics: rename 'wasted_bits' to 'extra_bits'. The bits …
(edit) @dbbb9262   13 years justin.ruggles alacdec: remove unneeded numsamples checks
(edit) @53df079a   13 years justin.ruggles alacdec: check for buffer allocation failure. Also rearranges some …
(edit) @e5e4f92b   13 years justin.ruggles alacdec: allocate per-channel buffers based on channel count. reduces …
(edit) @dcaa83a0   13 years justin.ruggles alacdec: read/validate number of channels from the extradata. check …
(edit) @47e9c75b   13 years justin.ruggles alacdec: remove unneeded validation of setinfo_sample_size. It is …
(edit) @0f26f3d5   13 years justin.ruggles alacdec: set sample_fmt in alac_decode_init()
(edit) @aec83833   13 years justin.ruggles alacdec: set bytespersample using av_get_bytes_per_sample()
(edit) @d6174bfe   13 years janne-libav threads: restore has_b_frames in frame_thread_free Otherwise the …
(edit) @ded3e9f0   13 years rsbultje H.264: Cometics to dsputil_mmx.c Add whitespace. Signed-off-by: …
(edit) @a3a85721   13 years justin.ruggles g722dec: check output buffer size before decoding
(edit) @4e419737   13 years justin.ruggles g722dec: cosmetics: reindent/linewrap
(edit) @d0a19696   13 years justin.ruggles g722dec: remove the use of lowres for half-rate decoding. It is …
(edit) @f540ca22   13 years justin.ruggles tta: check for extradata allocation failure in tta demuxer
(edit) @2f1d212f   13 years justin.ruggles tta: check for allocation failure of decode_buffer
(edit) @b5050539   13 years justin.ruggles tta: use correct frame_length calculation. using a floating-point …
(edit) @c6056d40   13 years justin.ruggles tta: add support for decoding 24-bit sample format Note that this …
(edit) @8664682d   13 years justin.ruggles cosmetics: indentation
(edit) @7b7a74a1   13 years justin.ruggles tta: remove pointless braces
(edit) @e6923f68   13 years justin.ruggles tta: check output buffer size after adjusting frame length for last frame
(edit) @b16960a8   13 years justin.ruggles tta: fix reading of format in TTA header. TTA does not support float …
(edit) @4d3e7a75   13 years justin.ruggles tta: remove useless commented-out lines
(edit) @35f9d8c2   13 years justin.ruggles tta: check remaining bitstream size while reading unary value
(edit) @3d813e4c   13 years anton lavf: deprecate AVStream.stream_copy It's only used in avconv, so it …
(edit) @1b648c7c   13 years anton avconc: split choose_codec() to choose_decoder/choose_encoder. …
(edit) @a7503430   13 years anton lavf: simplify by using FFMAX/FFMIN.
(edit) @f172132f   13 years anton mpegenc: add preload private option. Deprecate AVFormatContext.preload.
(edit) @28287045   13 years janne-libav cosmetics: simplify latm_decode_init
(edit) @785f876c   13 years janne-libav latm: avoid unnecessary reinit of the aac decoder
(edit) @80e36425   13 years janne-libav aacdec: initialize sbr context only in new channel elements
(edit) @b2e56e08   13 years janne-libav resample: reject unhandled conversions audio_resample can not reduce …
(edit) @ec1ce86e   13 years janne-libav resample: remove unused #define
(edit) @c8477df0   13 years mans adpcm: use sign_extend() This avoids warnings from the overflow …
(edit) @d99fe3a4   13 years janne-libav mpeg12: fix mpeg_decode_slice context parameter type During slice …
(edit) @cd8c64e1   13 years janne-libav Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context" …
(edit) @16ad77b3   13 years diego Move id3v2 tag writing to a separate file. Signed-off-by: Diego …
(edit) @9e66b892   13 years rsbultje swscale: add missing colons to x86 assembly yuv2planeX. This fixes …
(edit) @704721bc   13 years justin.ruggles g722: split decoder and encoder into separate files
(edit) @b95fbba7   13 years justin.ruggles cosmetics: remove extra spaces before end-of-statement semi-colons
(edit) @60aa1a35   13 years justin.ruggles vorbisdec: check output buffer size before writing output
(edit) @d2604f92   13 years justin.ruggles wavpack: calculate bpp using av_get_bytes_per_sample()
(edit) @ddfb8e1   13 years justin.ruggles ac3enc: Set max value for mode options correctly for example: …
(edit) @1deb66c5   13 years anton lavc: move get_b_cbp() from h263.h to mpeg4videoenc.c It's not used …
(edit) @3fc08304   13 years anton mpeg12: move closed_gop from MpegEncContext to Mpeg1Context It's …
(edit) @da22ba7d   13 years anton mpeg12: move full_pel from MpegEncContext to Mpeg1Context It's MPEG-1 …
(edit) @cc05a45d   13 years anton mpeg12: move Mpeg1Context from mpeg12.c to mpeg12.h It will be used …
(edit) @acffe457   13 years anton mpegvideo: remove some unused variables from MpegEncContext.
(edit) @e71ebb19   13 years diego id3v2: fix doxy comment - 'machine byte order' makes no sense on char …
(edit) @f1874652   13 years diego VC1: restore mistakenly removed code The code was mistakenly removed …
(edit) @e53eecd0   13 years justin.ruggles twinvq: check output buffer size before decoding
(edit) @5ed68178   13 years justin.ruggles twinvq: return an error when the packet size is too small
(edit) @07e12564   13 years anton lavf: export some forgotten symbols with non-av prefixes.
(edit) @f48b12e0   13 years rsbultje swscale: update altivec yuv2planeX asm to new per-plane API.
(edit) @6cacecdc   13 years rsbultje swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware. Also implement …
(edit) @7fbbf952   13 years rsbultje yuv2planeX10 SIMD Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(edit) @109f62e   13 years rsbultje swscale: decide whether to use yuv2plane1/X on a per-plane basis.
(edit) @f99654d4   13 years rsbultje swscale: reintroduce full precision in 16-bit output.
(edit) @ff7913ae   13 years rsbultje Split up yuv2yuvX functions Signed-off-by: Ronald S. Bultje …
(edit) @34e8d147   13 years rsbultje Split out yuv2yuv1 luma and chroma in order to make them generic DSP …
(edit) @9abc9873   13 years anton lavc: replace references to deprecated …
(edit) @5ea0001f   13 years anton lavc: translate non-flag-based er options into flag-based ef options …
(edit) @c8dad9a6   13 years anton add -err_filter AVOptions to access flag-based error recognition …
(edit) @b0b32310   13 years rsbultje h264_weight: initialize "height" function argument properly. Right …
(edit) @27cedd83   13 years janne-libav presets: spelling error in libvpx 1080p50_60 Signed-off-by: Janne …
(edit) @fec5777e   13 years janne-libav avplay: fix fullscreen behaviour with SDL 1.2.14 on Mac OS X The blue …
(edit) @f4b51d06   13 years martin flvdec: Do not call parse_keyframes_index with a NULL stream …
(edit) @b19e0c2b   13 years justin.ruggles libspeexdec: include system headers before local headers
(edit) @a470fe80   13 years justin.ruggles libspeexdec: return meaningful error codes
(edit) @14bc60db   13 years justin.ruggles libspeexdec: cosmetics: reindent
(edit) @7eeaa679   13 years justin.ruggles libspeexdec: decode one frame at a time. This allows for knowing the …
(edit) @41ac093f   13 years mans swscale: fix signed shift overflows in ff_yuv2rgb_c_init_tables() …
(edit) @5dd35b43   13 years anton Move timefilter code from lavf to lavd. It's only used in the JACK …
(edit) @b06df707   13 years anton mov: add support for hdvd and pgapmetadata atoms Signed-off-by: Anton …
(edit) @5da35d1   13 years anton mov: rename function _stik, some indentation cosmetics Signed-off-by: …
(edit) @80951f5c   13 years anton mov: rename function _int8 to remove ambiguity, some indentation …
(edit) @94395fb   13 years anton mov: parse the gnre atom Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @95891804   13 years justin.ruggles mp3on4: check for allocation failures in decode_init_mp3on4()
(edit) @180bf988   13 years justin.ruggles mp3on4: create a separate flush function for MP3onMP4. The correct …
(edit) @53c8443a   13 years justin.ruggles mp3on4: ensure that the frame channel count does not exceed the codec …
(edit) @1183d6cd   13 years justin.ruggles mp3on4: set channel layout
(edit) @fff0f831   13 years justin.ruggles mp3on4: fix the output channel order
(edit) @f507dd06   13 years justin.ruggles mp3on4: allocate temp buffer with av_malloc() instead of on the stack. …
(edit) @cb72230d   13 years justin.ruggles mp3on4: copy MPADSPContext from first context to all contexts. Fixes …
(edit) @aad3429d   13 years justin.ruggles fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm …
(edit) @4e8e2624   13 years justin.ruggles fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasm
(edit) @185142a5   13 years justin.ruggles fmtconvert: check compile-time x86 instruction set flags
(edit) @708ab7d   13 years justin.ruggles fmtconvert: port float_to_int16() x86 inline asm to yasm
(edit) @45add995   13 years justin.ruggles fmtconvert: fix and extend documentation for float_interleave()
(edit) @ef74e397   13 years justin.ruggles flvenc: store delay and last_ts per-stream.
(edit) @b034c95c   13 years mans h264: fix ppc/altivec build Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @b8bb9c02   13 years rsbultje Enable multithreding when decoding with libopenjpeg Enable …
(edit) @27209bb1   13 years rsbultje h264: mark some MC functions with av_always_inline instead of inline. …
(edit) @05fb63f5   13 years rsbultje H264: have hl_motion() and its callees take a chroma_idc argument.
(edit) @c2d33742   13 years rsbultje H264: change weight/biweight functions to take a height argument. …
(edit) @229d263c   13 years rsbultje Support for lossless and inter H264 4:2:2.
(edit) @76741b0e   13 years rsbultje h264: 4:2:2 intra decoding support Signed-off-by: Diego Biurrun …
(edit) @dc49bf12   13 years rsbultje sws/pixfmt/pixdesc: add support for yuv420p9le/be.
(edit) @e85297e0   13 years rsbultje Revert d1d421cbc0d13b08535f7fc08d179572ee352072: change to …
Note: See TracRevisionLog for help on using the revision log.