source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @eb3b5501   11 years anton matroskadec: read the CodecDelay element
(edit) @7d027b9d   11 years lu_zero librtmp: Map native options to librtmp ones when possible Makes the …
(edit) @7266e24f   11 years lu_zero hls: Sync the file number with the start sequence
(edit) @a1643103   11 years lu_zero hls: Factor the sequence computation
(edit) @c7603b3   11 years lu_zero hls: Print start_number as first sequence value The option now …
(edit) @87a3ea31   11 years lu_zero segment: Report the current media sequence Useful for debugging mostly.
(edit) @344f7b5a   11 years lu_zero hls: Report the current media sequence Useful for debugging mostly.
(edit) @a7c5fdda   11 years anton avconv_dxva2: define all used GUIDs directly instead of relying on the …
(edit) @9d76dd95   11 years anton h264: drop commented out cruft
(edit) @c1f92d13   11 years anton mpegvideo: remove unused MpegEncContext.b4_stride
(edit) @6a13505c   11 years anton mpegvideo: move the MpegEncContext fields used from arm asm to the …
(edit) @5a70a783   11 years lu_zero hls: Add an option to prepend a baseurl to the playlist entries …
(edit) @5c08ae4f   11 years lu_zero segment: Add an option to prepend a string to the list entries Useful …
(edit) @a61c2115   11 years anton configure: rework dxva in avconv handling Move the dxva check after …
(edit) @35177ba   11 years anton avconv: add support for DXVA2 decoding Signed-off-by: Anton Khirnov …
(edit) @b2b4afe8   11 years anton hwaccel: fix dxva2 & vaapi loop filter parameters Signed-off-by: …
(edit) @ed4b7571   11 years anton dxva2_h264: add a workaround for old Intel GPUs Old Intel GPUs expect …
(edit) @2fcef90b   11 years anton dxva2_h264: set the correct ref frame index in the long slice struct …
(edit) @1eb57e1d   11 years anton lavc: eliminate tb_unreliable() If framerate estimation is enabled, …
(edit) @cdf6eb5a   11 years lu_zero vc1: Do not return an error when skipping b frames This caused mpv …
(edit) @99e22b78   11 years lu_zero mov: Emit the correct tags for clcp tracks Bug-Id: 664 …
(edit) @802385db   11 years lu_zero mov: Write prof section of tapt tag Signed-off-by: Luca Barbato …
(edit) @8de77b66   11 years derek.buitenhuis fate: Add fic-in-avi test Signed-off-by: Derek Buitenhuis …
(edit) @a24a2527   11 years janne-libav aarch64: NEON optimized FIR audio resampling Optimized for the …
(edit) @cae8df78   11 years janne-libav lavr: define ResampleContext in resample.h Required for arch …
(edit) @a88e1d1c   11 years janne-libav lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsets
(edit) @152b797c   11 years lu_zero flv: Do not mangle dts values for negative cts Some applications …
(edit) @5d983fdb   11 years lu_zero flv: Warn only once No point in sending the message multiple time.
(edit) @374fdc8c   11 years lu_zero flv: Improve log messages Messages should start with a capital letter …
(edit) @7cade8ea   11 years kostya.shishkov on2avc: change a comment at #endif to match actual define
(edit) @e2834567   11 years kostya.shishkov On2 AVC decoder
(edit) @d7eb8f90   11 years derek.buitenhuis fic: Make warning message more accurate Signed-off-by: Derek …
(edit) @7596fc3d   11 years derek.buitenhuis fic: Remove redundant clips The equations can't overflow or underflow …
(edit) @e299cb2c   11 years derek.buitenhuis fic: Simplify alpha blending Signed-off-by: Derek Buitenhuis …
(edit) @b0bdc2a7   11 years derek.buitenhuis avutil: move av_get_time_base_q() after include rational.h Fix …
(edit) @502512ea   11 years derek.buitenhuis avutil: Add av_get_time_base_q() This fixes usage of AV_TIME_BASE_Q …
(edit) @9155c595   11 years derek.buitenhuis fic: Support rendering cursors Signed-off-by: Derek Buitenhuis …
(edit) @40b331e1   11 years derek.buitenhuis fic: Use proper quantization matrix index The matrices are not …
(edit) @3956a5e0   11 years janne-libav aarch64: NEON vorbis_inverse_coupling From the ARMv7 NEON version. 16 …
(edit) @8f9fe6ae   11 years janne-libav aarch64: NEON fixed/floating point MPADSP apply_window 30%/25% …
(edit) @f4d5a2cc   11 years janne-libav aarch64: NEON float to s16 audio conversion
(edit) @ee2bc59   11 years janne-libav aarch64: NEON float (i)MDCT Approximately as fast as the ARM NEON …
(edit) @650c4300   11 years janne-libav aarch64: NEON float FFT Approximately as fast as the ARM NEON version …
(edit) @f9157463   11 years anton lavf: do not use the parser duration for video The parser has no way …
(edit) @1ae8198b   11 years anton avconv: always reset packet pts after decoding an audio frame …
(edit) @b19a5e5   11 years anton lavc: improve AVCodecContext.delay doxy
(edit) @a4ed995c   11 years anton txd: do not set the codec timebase. It is not supposed to be changed …
(edit) @1c7b71a   11 years lu_zero mpegvideo: Use the current_picture pts The picture slot can be …
(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
Note: See TracRevisionLog for help on using the revision log.