source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e40cde01   13 years michaelni vorbisenc: simplify floor_classes[] table This avoids an indirection …
(edit) @d4999e0a   13 years michaelni dca: ARMv6 optimised decode_blockcode() Signed-off-by: Mans Rullgard …
(edit) @ab253970   13 years michaelni Check for cbrtf() and provide fallback (cherry picked from commit …
(edit) @9c48a7cc   13 years michaelni ratecontrol: replace VLAs with malloc/free (cherry picked from commit …
(edit) @39b0165f   13 years michaelni er: replace VLA with malloc/free (cherry picked from commit …
(edit) @364f3679   13 years michaelni avcodec: add ifdef from qatar that could not be merged previously due …
(edit) @0e13874   13 years michaelni codec_names: invoke preprocessor on avcodec.h. This fixes failures …
(edit) @9ab5e648   13 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @d8cae42d   13 years michaelni Merge remote-tracking branch 'mans/ac3' * mans/ac3: ac3enc: …
(edit) @d3d97d43   13 years michaelni sws: fix warning: new qualifiers in middle of multi-level non-const …
(edit) @415f3cea   13 years Carl Eugen Hoyos Fix comment: Enhanced AC-3 in mov is defined in ETSI TS 102 366.
(edit) @8646d610   13 years michaelni pulse: fix application name Signed-off-by: Michael Niedermayer …
(edit) @5b602a14   13 years michaelni Merge remote-tracking branch 'luzero/pulse' * luzero/pulse: pulse: …
(edit) @d000c5ae   13 years michaelni configure: move code out of main of check_exec_crash() Tested-by: …
(edit) @1e09d908   13 years michaelni Remove redundant libx264 preset files These are available via -preset …
(edit) @aedc9086   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (35 …
(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) @1a7090bf   13 years michaelni mov: support eac3 audio Signed-off-by: Michael Niedermayer …
(edit) @a0a4b133   13 years michaelni mpegts: remove read_seek() Its redundant Found-by: nevcairiel …
(edit) @08d4408a   13 years michaelni utils: disable debuging code at the end of av_gen_search() …
(edit) @f73f68b8   13 years michaelni utils: flush on successfull av_seek_frame_binary() Signed-off-by: …
(edit) @41ac093f   13 years mans swscale: fix signed shift overflows in ff_yuv2rgb_c_init_tables() …
(edit) @db1347f6   13 years michaelni mpegts: cache information to speed up seeking. Signed-off-by: Michael …
(edit) @27f7589a   13 years michaelni seek: Fix av_gen_search() so that seeks outside max/min do not …
(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) @7846280d   13 years michaelni mpegts: assert position in dts reading code. Signed-off-by: Michael …
(edit) @de9862a   13 years michaelni mpegts: add and use mpegts_get_dts() Signed-off-by: Michael …
(edit) @04ac0d79   13 years michaelni mpegts: fix type of argument of mpegts_resync() Signed-off-by: …
(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) @e2c21332   13 years stefasab deshake: add documentation in filters.texi Signed-off-by: Stefano …
(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 …
(edit) @ce42a048   13 years rsbultje vp8: fix up handling of segmentation_maps in reference frames. …
(edit) @8305041e   13 years rsbultje swscale: prevent overflow in coefficient calculation.
(edit) @ce253ed   13 years michaelni fix shared lib build Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @dd8ffc19   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (47 …
(edit) @44a2bb75   13 years michaelni swr: Fix swresample.c:293:5: warning: passing argument 2 of …
(edit) @36e5e51a   13 years michaelni swr: remove unused variable. Signed-off-by: Michael Niedermayer …
(edit) @a9111772   13 years michaelni swr: Fix assignment discards qualifiers from pointer target type …
(edit) @03e56a2a   13 years michaelni resample2: Fix passing argument from incompatible pointer type …
(edit) @e6459720   13 years michaelni swr: Mark src as const in swr_resample() Signed-off-by: Michael …
(edit) @76dbb090   13 years michaelni rematrix: Fix several passing argument from incompatible pointer type …
(edit) @4aeaba47   13 years michaelni presets: spelling error in libvpx 1080p50_60 Signed-off-by: Michael …
(edit) @8085a5b7   13 years Marton Balint ffplay: reallocate SDL overlays for OSX when changing full screen …
(edit) @b4d0e780   13 years michaelni aacdec:only overwrite configuration if theres a actual change. Fixes …
(edit) @65d3176a   13 years anton lavc: hide private symbols. Overhead as reported by rbelf-size goes …
(edit) @586657c2   13 years anton lavc: deprecate img_get_alpha_info(). It's never been touched or used …
(edit) @0842d589   13 years anton lavc: use avpriv_ prefix for ff_toupper4. It's used in lavf.
(edit) @9f51c68   13 years anton lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. They …
(edit) @6f89efe   13 years anton lavc: use avpriv_ prefix for ff_ac3_parse_header. It's used in lavf.
(edit) @9138a130   13 years anton lavc: use avpriv_ prefix for ff_frame_rate_tab. It's used in lavf.
(edit) @773375c3   13 years anton lavc: rename ff_find_start_code to avpriv_mpv_find_start_code It's …
(edit) @357db4c2   13 years anton lavc: use avpriv_ prefix for ff_split_xiph_headers. It's used in lavf.
(edit) @2361e59b   13 years anton lavc: use avpriv_ prefix for ff_dirac_parse_sequence_header. It's …
(edit) @242c73a0   13 years anton lavc: use avpriv_ prefix for some dv symbols used in lavf. …
(edit) @d9cca9fc   13 years anton lavc: use avpriv_ prefix for some flac symbols used in lavf. …
(edit) @59a9a235   13 years anton lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. …
(edit) @82ab61f9   13 years anton lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. …
(edit) @73ae27e1   13 years anton lavc: use avpriv_ prefix for ff_aac_parse_header(). It's used in lavf.
(edit) @8d74bf17   13 years anton lavf: hide private symbols. Overhead as reported by rbelf-size goes …
(edit) @ab88b25f   13 years anton lavf: use avpriv_ prefix for some dv functions. They are used in …
(edit) @1fa395e4   13 years anton lavf: use avpriv_ prefix for ff_new_chapter(). It's used in libavdevice.
(edit) @68d3aec8   13 years justin.ruggles avcodec: add CODEC_CAP_DELAY note to avcodec_decode_audio3() documentation
(edit) @352fc5f1   13 years justin.ruggles avcodec: clarify the CODEC_CAP_DELAY note in avcodec_decode_video2()
(edit) @ffeeae92   13 years justin.ruggles avcodec: clarify documentation of CODEC_CAP_DELAY
(edit) @1baa25c7   13 years justin.ruggles shorten: fix end-of-stream decoding. enable CODEC_CAP_DELAY to flush …
(edit) @d03f9f65   13 years justin.ruggles shorten: do not use block size to determine whether to read the header.
(edit) @882dafe9   13 years justin.ruggles shorten: check output buffer size before decoding
(edit) @bd7f7d6c   13 years justin.ruggles shorten: use av_clip_int16() for output sample clipping
(edit) @069ada4   13 years justin.ruggles shorten: use bytestream functions to decode the embedded WAVE header
(edit) @c25762fc   13 years justin.ruggles shorten: add some comments
(edit) @15d146c9   13 years justin.ruggles shorten: merge decoding of FN_DIFF* subblocks into decode_subframe_lpc()
(edit) @034f42df   13 years justin.ruggles cosmetics: remove some needless commented-out stuff
Note: See TracRevisionLog for help on using the revision log.