source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5c1d724   11 years lu_zero lavc: set AVCodecContext.hwaccel in ff_get_format() This way each …
(edit) @632ad224   11 years lu_zero lavc: Add an internal wrapper around get_format() It will be useful …
(edit) @9880a0d4   11 years lu_zero pcm-dvd: Fix 20bit decoding Increment the pointer as needed. Bug-Id: …
(edit) @0bacfa8d   11 years martin rtmpproto: Check the buffer sizes when copying app/playpath strings …
(edit) @7ce3bd96   11 years martin rtmpproto: Support alternative slist parameter in rtmp URLs Support …
(edit) @3828eb85   11 years martin libfdk-aac: Relicense the library wrappers to 2-clause BSD This …
(edit) @15fa856b   11 years martin libfdk-aacenc: Enable 7.1 channel encoding 7.1(wide) and …
(edit) @9580818c   11 years anton avconv: rename OutputStream.opts to OutputStream.encoder_opts This …
(edit) @01947f07   11 years anton avconv: remove a useless line Doing anything with that field when we …
(edit) @65ed9e7   11 years anton avconv: rename 'codec' to 'enc_ctx' This more clearly describes what …
(edit) @650a5206   11 years anton avconv: rename 'icodec' to 'dec_ctx' This more clearly describes what …
(edit) @f3a6ad22   11 years anton avconv: rename InputStream.opts to InputStream.decoder_opts This …
(edit) @73ed8558   11 years anton avconv: simplify exit_program() by using more local vars
(edit) @dcbfb780   11 years lu_zero probe: Support AAC_LATM in set_codec_from_probe_data
(edit) @f66d0c57   11 years lu_zero latm: Add a probe function
(edit) @de69aedf   11 years lu_zero mathematics: K&R formatting cosmetics
(edit) @3a177a9c   11 years lu_zero swscale: Fix an undefined behaviour Prevent a division by zero down …
(edit) @925c3787   11 years lu_zero vp9: Read the frame size as unsigned Sample-Id: 00001723-google …
(edit) @a90d92ce   11 years lu_zero aac: K&R formatting cosmetics
(edit) @c6b42e85   11 years lu_zero flv: K&R formatting cosmetics
(edit) @ba71c740   11 years anton lavc: deprecate AVCodecContext.codec_name It is undocumented and has …
(edit) @e7fc9796   11 years anton lavc: do not use AVCodecContext.codec_name in avcodec_string() That …
(edit) @ef973216   11 years anton rmdec: do not export anything to AVCodecContext.codec_name That field …
(edit) @6072184e   11 years anton asfenc: use codec descriptors instead of AVCodecs to write codec info …
(edit) @92e4b643   11 years anton oggparseskeleton: do not use AVCodecContext.codec_name That field is …
(edit) @18f2514c   11 years anton mov: export stsd Compressorname in metadata Stop using the …
(edit) @a2941c8c   11 years anton lavc: move CODEC_FLAG_MV0 to mpegvideo
(edit) @64841491   11 years anton lavc: make the xvid-specific "gmc" flag a private option of libxvid
(edit) @b2c31710   11 years anton lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideo
(edit) @5fccedaa   11 years anton lavc: deprecate CODEC_FLAG_INPUT_PRESERVED The addition of …
(edit) @141fdc76   11 years anton matroska: add the Opus mapping
(edit) @a1aa37dd   11 years anton matroskaenc: write CodecDelay
(edit) @1c0210c7   11 years anton lavfi: add Bauer stereo-to-binaural audio filter Signed-off-by: Anton …
(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
Note: See TracRevisionLog for help on using the revision log.