source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @dc40d886   11 years anton avconv: do not use poorly defined and undocumented AVStream.pts Use …
(edit) @c9f8809e   11 years anton hevc/intra_pred: simplify neighboring sample derivation
(edit) @25bb7eaf   11 years anton hevc/intra_pred: drop unnecessary conditions in loops Signed-off-by: …
(edit) @4c390b1b   11 years anton hevc/intra_pred: optimize EXTEND_()* Process 4 pixels at once. …
(edit) @a1c2b48   11 years anton hevc: templatize intra_pred
(edit) @04db5794   11 years anton hevc: templatize pred_planar Signed-off-by: Anton Khirnov …
(edit) @0ba5299   11 years anton movenc: use the "encoder" metadata tag to write stsd Compressorname …
(edit) @6656370b   11 years anton avconv: set the "encoder" tag when transcoding
(edit) @d246231e   11 years anton wavenc: use codec descriptors to get the codec name Also, return a …
(edit) @968a62a9   11 years anton doc/APIchanges: mark the release 10 branch point
(edit) @33082af7   11 years anton doc/APIchanges: fill in missing hashes and dates
(edit) @79f2c426   11 years anton dv: do not set codec timebase It is not supposed to be set from …
(edit) @93afb6c9   11 years anton avconv: set output avg_frame_rate when known
(edit) @7a5f4f68   11 years anton lavf: extend avg_frame_rate documentation.
(edit) @c3311d47   11 years anton avienc: sanitize variable naming in write_header() Do not call an …
(edit) @ab3fdaa7   11 years anton yop: only set extradata size after it has been successfully allocated …
(edit) @b513bf6f   11 years anton yuv4mpegdec: do not set coded_frame properties coded_frame is not …
(edit) @e4dc1000   11 years anton yuv4mpeg: split the demuxer and muxer into separate files
(edit) @3ef6c526   11 years anton a64: check that extradata exists before reading from it
(edit) @b1365649   11 years anton a64: remove unneeded struct qualifier
(edit) @d256ed78   11 years anton 4xm: allocate extradata properly. Pad it with the required amount of …
(edit) @fd056029   11 years anton lavc: add avcodec_free_context(). Right now, the caller has to …
(edit) @e1b66778   11 years anton lavc: remove the locking code in avcodec_close() This function should …
(edit) @584f8840   11 years lu_zero riff: Pass block_align to estimate frame duration Fix incorrect …
(edit) @34e2ce5   11 years martin hlsenc: Set the default codecs to AAC and H264 Most HLS …
(edit) @4d25c2bc   11 years lu_zero build: Support building using clang-usan and disable-optimization …
(edit) @7c377f0e   11 years anton avisynth: set duration of audio streams Signed-off-by: Anton Khirnov …
(edit) @4735784   11 years anton FATE/opus: increase fuzz for the celt tests This seems to be needed …
(edit) @d3f5b94   11 years janne-libav aarch64: opus NEON iMDCT and FFT Opus celt decoding 11% faster and …
(edit) @7c5ca546   11 years janne-libav configure: fix enable-libopus help string
(edit) @5e2ba41d   11 years janne-libav build: add avresample after avcodec to FFLIBS avcodec might depend on …
(edit) @3b2fbe67   11 years anton lavc: properly handle subtitle_header in avcodec_copy_context()
(edit) @efc7df6c   11 years anton lavc: preserve the original private data in avcodec_copy_context() If …
(edit) @c9281a01   11 years anton lavf: drop the zero-sized packets hack There should not be any valid …
(edit) @0c1959b0   11 years anton lavf: add AVFMT_FLAG_BITEXACT. Use it instead of checking …
(edit) @b70d7a4a   11 years anton lavc: add a native Opus decoder. Initial implementation by Andrew …
(edit) @7e90133f   11 years janne-libav build: do not append $(FFLIBS-) to $(FFLIBS) if $(NAME) is not defined …
(edit) @a738540   11 years anton lavf: properly document the distinction between flags and ctx_flags
(edit) @44951174   11 years janne-libav build: handle library dependencies in configure Instead of setting …
(edit) @9aa45920   11 years janne-libav aarch64: assembler in clang-3.4 ignores the division by two Values …
(edit) @1839fafa   11 years lu_zero avconv: Support VDA hwaccel Signed-off-by: Luca Barbato …
(edit) @67afcefb   11 years lu_zero lavc: Add new VDA hwaccel It leverages the new hwaccel 1.2 features: …
(edit) @31a46750   11 years lu_zero vda: use hwaccel private data for internal bitstream buffer
(edit) @66e6c8a7   11 years lu_zero lavu: Add a pixel format for new VDA hwaccel The current hwaccel is …
(edit) @dd2d3b76   11 years lu_zero lavc: Add hwaccel private data and init/uninit callbacks
(edit) @ebc29519   11 years lu_zero hwaccel: Support specific frame allocators It would reduce the …
(edit) @a871ef0c   11 years lu_zero hwaccel: Rename priv_data_size to frame_priv_data_size This describes …
(edit) @08bb2567   11 years lu_zero lavc: document which parts of AVHWAccel are private.
(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, …
Note: See TracRevisionLog for help on using the revision log.