source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f7c5fd81   11 years anton resample: implement flushing
(edit) @801c39e1   11 years lu_zero dcadec: Use correct channel count in stereo downmix check …
(edit) @c8cf461c   11 years lu_zero dcadec: Do not decode the XCh extension when downmixing to stereo …
(edit) @e75ef2b7   11 years justin.ruggles tiffdec: support predictor type 2 with RGB48 pixel format
(edit) @345a96c3   11 years justin.ruggles tiffdec: remove an unneeded variable
(edit) @a9b046fb   11 years justin.ruggles tiff: use a better name and enum values for PhotometricInterpretation
(edit) @fdbe18b7   11 years justin.ruggles tiffdec: use a single strip if RowsPerStrip is 0 The spec does not …
(edit) @0a467a9b   11 years justin.ruggles tiffdec: use bytestream2 to simplify overread/overwrite protection …
(edit) @5748faf2   11 years justin.ruggles bytestream: add bytestream2_copy_buffer() functions This is basically …
(edit) @de9d2705   11 years justin.ruggles bytestream: add functions for accessing size of buffer Signed-off-by: …
(edit) @58bc38a5   11 years justin.ruggles tiffdec: use correct data type for palette entries and set alpha to 0xFF
(edit) @bf2064f0   11 years justin.ruggles tiffdec: rename variables for consistency and fix variable shadowing …
(edit) @d9a542ac   11 years justin.ruggles swscale: Set alpha to opaque for internal palettes. Fixes conversion …
(edit) @20c38c9c   11 years justin.ruggles swscale: fix some undefined signed left shifts Based on a patch by …
(edit) @60c4660b   11 years justin.ruggles swscale: fix an implementation-defined unsigned-to-signed conversion
(edit) @d4a8a86c   11 years lu_zero doc: Libavfilter English cleanup This aims to standardize the English …
(edit) @617a1a98   11 years lu_zero mp3enc: Properly write bitrate value in XING header Instead of using …
(edit) @254c95cd   11 years anton resample: split linear into its own function
(edit) @be394968   11 years anton resample: add initial padding explicitly This simplifies the code, …
(edit) @eed752d6   11 years anton resample: drop useless abs() negative sample_index is handled in the …
(edit) @3c84f6b5   11 years anton resample: reindent
(edit) @f20892eb   11 years anton resample: split the nearest neighbour path into a separate function pointer
(edit) @b9dea237   11 years anton resample: fix avresample_get_delay() return value The correct "next" …
(edit) @71c32ed5   11 years vittorio.giovara DNxHD: convert inline asm to yasm
(edit) @67685620   11 years vittorio.giovara DNxHD: make get_pixel_8x4_sym accept ptrdiff_t as stride
(edit) @89ef08c9   11 years vittorio.giovara DNxHD: K&R formatting cosmetics
(edit) @a7448064   11 years lu_zero mp2: Do not force a samplerate The default should be not to resample.
(edit) @25fbfee   11 years derek.buitenhuis libx265: Only set the SAR if it is valid Signed-off-by: Derek …
(edit) @cd0ac6f6   11 years derek.buitenhuis libx265: Use 16-bit SAR The spec says it is 16 bits. Signed-off-by: …
(edit) @4a222645   11 years derek.buitenhuis libx265: Use x265_param_parse to set the SAR Signed-off-by: Derek …
(edit) @9a07fac6   11 years anton mov: read hydrogenaudio replaygain information
(edit) @ad8159e0   11 years anton libavfilter: Add asettb filter for setting timebase for audio Ported …
(edit) @f6774f90   11 years vittorio.giovara mpegvideo: operate with pointers to AVFrames instead of whole structs …
(edit) @60fd7d36   11 years vittorio.giovara fate: correctly set sample rate for mp2 tests
(edit) @e6e8be54   11 years vittorio.giovara doc: Completely document the x264 options And fix an option mismatch.
(edit) @0d671ade   11 years vittorio.giovara doc: Use a 3 columns multitable Make the html output much nicer.
(edit) @be59675a   11 years vittorio.giovara doc: Change the multitable rendering in texi2pod Makes it working …
(edit) @59388dac   11 years vittorio.giovara fate: update tests for YVYU422 pixel format
(edit) @b6a09ef7   11 years vittorio.giovara rawvideo: Support decoding YVYU422 FourCC
(edit) @92b099da   11 years vittorio.giovara swscale: support converting YVYU422 pixel format
(edit) @8b17243d   11 years vittorio.giovara lavu: Add packed YVYU422 pixel format
(edit) @46439e15   11 years vittorio.giovara mp2: match twolame default options
(edit) @718907cd   11 years vittorio.giovara libtwolame MP2 encoding support Signed-off-by: Vittorio Giovara …
(edit) @17a75a8c   11 years vittorio.giovara libxvid: fix missing end of line character Error introduced in …
(edit) @486e3649   11 years vittorio.giovara xtea: Add Doxy @file and group
(edit) @f7349568   11 years vittorio.giovara adler32: Fix doxy group definition Based on a patch by James Almer …
(edit) @e10fd08a   11 years janne-libav h264: Refactor decode_nal_units
(edit) @c389a804   11 years vittorio.giovara libxvid: Add SSIM displaying through a libxvidcore plugin …
(edit) @5ce7ca68   11 years vittorio.giovara libxvid: add working lumimasking and variance AQ The old …
(edit) @d3789eee   11 years janne-libav aarch64: implement videodsp.prefetch 8% faster h264 decoding on Apple A7.
(edit) @8675bcb0   11 years janne-libav aarch64: add armv8 CPU flag
(edit) @a027d2a8   11 years vittorio.giovara fate: add tests for SANM and VIMA Signed-off-by: Vittorio Giovara …
(edit) @eeadcdfd   11 years vittorio.giovara LucasArts SMUSH demuxer Signed-off-by: Vittorio Giovara …
(edit) @6f273093   11 years vittorio.giovara LucasArts SMUSH VIMA audio decoder Signed-off-by: Vittorio Giovara …
(edit) @a420ccd4   11 years vittorio.giovara LucasArts SMUSH SANM video decoder Signed-off-by: Vittorio Giovara …
(edit) @5f922043   11 years diego dsputil: Move DV-specific ff_zigzag248_direct table to dvdata
(edit) @57b5b84e   11 years diego x86: dsputil: Move ff_apply_window_int16_* bits to ac3dsp, where they …
(edit) @c2c5be57   11 years diego x86: h264_qpel: Simplify an #if conditional The extra conditions are …
(edit) @01c5779f   11 years diego x86: Drop some unnecessary YASM ifdefs Dead code elimination is …
(edit) @b718b24b   11 years diego ppc: Drop a bunch of unnecessary dsputil_altivec.h #includes
(edit) @b42f49e4   11 years diego x86: dsputil: Eliminate some unnecessary dsputil_x86.h #includes
(edit) @3dc6272b   11 years diego Remove a number of unnecessary dsputil.h #includes
(edit) @9c21c08   11 years anton af_ashowinfo: print a more descriptive name for AV_MATRIX_ENCODING_DOLBY
(edit) @a49aa440   11 years anton af_volume: implement replaygain pre-amplification This adds a new …
(edit) @c74b8669   11 years anton x86/synth_filter: add synth_filter_fma3 Signed-off-by: James Almer …
(edit) @81e02fae   11 years anton x86/synth_filter: add synth_filter_avx Sandy Bridge Win64: 180 cycles …
(edit) @2025d802   11 years anton x86/synth_filter: add synth_filter_sse Build only on x86_32 targets. …
(edit) @b97f2c7c   11 years anton replaygain: remove unused variable Signed-off-by: Anton Khirnov …
(edit) @0048deb8   11 years anton oggparsevorbis: export replaygain tags from Vorbis comments …
(edit) @1d55f8d5   11 years anton flacdec: export replaygain tags from Vorbis comments Signed-off-by: …
(edit) @8542f9c4   11 years anton replaygain: correctly parse peak values According to the ReplayGain
(edit) @25b6837f   11 years anton replaygain: fix gain sign decoding The gain sign was incorrectly …
(edit) @f37815b1   11 years janne-libav arm: asm decode_block_coeffs_internal is vp8 specific Unbreaks …
(edit) @28743243   11 years vittorio.giovara fate: add a VP7 test
(edit) @ac4b32df   11 years vittorio.giovara On2 VP7 decoder Further performance improvements and security fixes …
(edit) @ce58ead4   11 years vittorio.giovara riff: Add an additional AAC TwoCC Mentioned on …
(edit) @1e8c4fb   11 years vittorio.giovara riff: support 0xa100 TwoCC for G723_1 Sample-Id: …
(edit) @00ccdcd8   11 years vittorio.giovara riff: add 0x594a TwoCC for Xan DPCM Sample-Id: crusader-no-regret.avi
(edit) @7b600ea0   11 years vittorio.giovara riff: add 0x64 to g726 Sample-Id: g726-test1.wav
(edit) @b7a12ab   11 years vittorio.giovara riff: add G723_1 wav tag
(edit) @10a14bd   11 years vittorio.giovara riff: map 0x0038 to amrnb Sample-Id: 40709.avi
(edit) @228af18a   11 years vittorio.giovara riff: Support FLIC FourCC
(edit) @fb6c21fa   11 years vittorio.giovara riff: add escape130 FourCC
(edit) @ae584669   11 years vittorio.giovara riff: support 'aas4' FourCC
(edit) @7100f3c0   11 years vittorio.giovara riff: add "YUV8" FourCC Sample-Id: MAILTEST.AVI
(edit) @c9787f03   11 years vittorio.giovara riff: Add "S263" FourCC
(edit) @9ff6429b   11 years vittorio.giovara riff: Support XMPG as mpeg1
(edit) @771cb3e5   11 years vittorio.giovara riff: support BW10 as mpeg1
(edit) @eaec09a5   11 years vittorio.giovara riff: Add SLDV FourCC for dvvideo
(edit) @a1c58b3a   11 years vittorio.giovara riff: Support NTSC forward dvcpro videos PAL looks incorrect.
(edit) @6aa7cbd5   11 years vittorio.giovara riff: add dvis/pdvc FourCCs
(edit) @adf0ff00   11 years vittorio.giovara riff: add "GXVE" FourCC for WMV2 Sample-Id: vivd.avi
(edit) @96dd7b23   11 years vittorio.giovara riff: add PLV1 fourcc to mpeg4 Sample-Id: york-water-meteor.avi
(edit) @f5f18aec   11 years vittorio.giovara riff: Support decoding ASP variant from QNAP Systems
(edit) @ade32b4a   11 years vittorio.giovara riff: add "SM4V" FourCC
(edit) @684e43c5   11 years vittorio.giovara riff: add DYM4 mpeg4 fourcc
(edit) @32b0942c   11 years vittorio.giovara riff: add DM4V FourCC
(edit) @fa6a0211   11 years vittorio.giovara riff: add G264 to mpeg4, only decodes keyframes
(edit) @9ab2d5a3   11 years vittorio.giovara riff: add "lsvm" FourCC for H263.
(edit) @915524e5   11 years vittorio.giovara riff: Support H.264 fourcc UMSV
Note: See TracRevisionLog for help on using the revision log.