source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @6f243b17   11 years derek.buitenhuis avcodec/fic: Fix return value check Fixes part of Ticket3466 …
(edit) @144f7a56   11 years derek.buitenhuis avcodec/fic: clear slice_data Fixes artifacts Fixes use of freed …
(edit) @f34d3173   11 years derek.buitenhuis avcodec/fic: fix slice checks fix integer overflows Signed-off-by: …
(edit) @93e15a32   11 years derek.buitenhuis fic: use correct IDCT Signed-off-by: Derek Buitenhuis …
(edit) @911fa05b   11 years martin mvc: Specify the pixel format for the mv-mvc* tests Also set the RGBA …
(edit) @6dfd99c9   11 years vittorio.giovara fate: add tests for SGI RLE and MVC1&2 decoders
(edit) @55ddd70   11 years vittorio.giovara Silicon Graphics Movie demuxer Signed-off-by: Vittorio Giovara …
(edit) @86a04326   11 years vittorio.giovara Silicon Graphics Motion Video Compressor 1 & 2 decoder Signed-off-by: …
(edit) @07761294   11 years vittorio.giovara Silicon Graphics RLE 8-bit video decoder Signed-off-by: Vittorio …
(edit) @34c5a666   11 years vittorio.giovara h264: codec reinit: remove statements without effect …
(edit) @6ef96292   11 years vittorio.giovara utils: add yvyu422 to avcodec_align_dimensions2
(edit) @d23fc884   11 years vittorio.giovara filtfmts: remove unused lavf include
(edit) @58400ac1   11 years vittorio.giovara lavfi: name anonymous structs
(edit) @4936ef64   11 years martin configure: Handle armcc 5.0 The first line of the "armcc --vsn" …
(edit) @32d05934   11 years anton mp3dec: decode more data from Info header Signed-off-by: Anton …
(edit) @0983d481   11 years anton crc: add ANSI CRC16 LE This adds the reversed byte-order version of …
(edit) @fbd8e042   11 years anton mp3dec: move XING/Info and VBRI parsing into their own functions …
(edit) @ae43c10e   11 years anton replaygain: allow exporting already decoded replaygain values This …
(edit) @21d8f4da   11 years anton resample: remove an unneeded context variable
(edit) @f1b239ec   11 years lu_zero drawtext: Add fontconfig support Introduce the font option and make …
(edit) @a6ac4fc   11 years martin vp78: Align the intra4x4_pred_mode_top array within VP8Macroblock …
(edit) @b3d905b7   11 years lu_zero dcadec: Delete redundant init_get_bits call No initialization is …
(edit) @4d40e073   11 years martin rtmpproto: Handle RTMP chunk size packets before the connect packet …
(edit) @64771397   11 years martin rtmpproto: Make sure to pass on the error code if read_connect failed …
(edit) @0f524b6c   11 years anton x86/synth_filter: remove the fma3 version ifdefs This fixes …
(edit) @aaab192   11 years anton af_volume: implement replaygain clipping prevention This adds a new …
(edit) @ac976ed9   11 years anton lavr: allocate the resampling buffer with a positive size This fixes …
(edit) @13164e47   11 years anton FATE: add tests for more resampling modes
(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 …
Note: See TracRevisionLog for help on using the revision log.