source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3b18857a   11 years martin rtmppkt: Add method to read an AMF string that is not prefixed by its …
(edit) @a1859032   11 years martin flvdec: Do not default to a video and audio stream If no streams were …
(edit) @f76e3669   11 years kostya.shishkov Decode both parts of Indeo4 IP frames Signed-off-by: Kostya Shishkov …
(edit) @3df0d200   11 years kostya.shishkov Move Indeo4 frametypes into common header. Signed-off-by: Kostya …
(edit) @3831362   11 years anton avconv: do not use the stream codec context for encoding
(edit) @41776ba9   11 years anton avconv: do not use the stream codec context for decoding
(edit) @e19d48df   11 years anton flac muxer: support reading updated extradata from side data
(edit) @0097cbea   11 years anton flac muxer: accept only STREAMINFO extradata The other format (full …
(edit) @ed39cda0   11 years anton flacenc: send final extradata in packet side data
(edit) @0957b274   11 years anton lavc: add an option to enable side data-only packets during encoding …
(edit) @eb800f1   11 years anton libavcodec: set AVFrame colorspace fields on decoding Signed-off-by: …
(edit) @8c02adc6   11 years anton lavu: add all color-related enums to AVFrame Signed-off-by: Anton …
(edit) @d2ef708c   11 years anton matroskaenc: Allow VP9 and Opus in webm Bug-Id: 695 Signed-off-by: …
(edit) @f797b134   11 years martin rtpenc_chain: Don't copy the time base to the source stream by default …
(edit) @d6d767d9   11 years martin ppc: Fix compilation for ppc64le (ELFv2) CC: libav-stable@libav.org
(edit) @abb810db   11 years martin Revert "rtpenc_chain: Don't copy the time_base back to the caller" …
(edit) @368f5035   11 years diego dsputil: Split off quarterpel bits into their own context
(edit) @cb52a17c   11 years diego dsputil: Move Bink-specific add_pixels8 to binkdsp
(edit) @054013a0   11 years diego dsputil: Move APE-specific bits into apedsp
(edit) @256da077   11 years diego dsputil: Move mspel_pixels_tab to the only place it is used
(edit) @3832a659   11 years diego dsputil: Move ff_alternate_*_scan tables to mpegvideo
(edit) @65d5d586   11 years diego dsputil: Move SVQ1 encoding specific bits into svq1enc
(edit) @2ea2612d   11 years diego svq1enc: Rename SVQ1Context to SVQ1EncContext This allows making it …
(edit) @08cd9214   11 years martin aarch64: Use the correct syntax for relocations This fixes building …
(edit) @962d6315   11 years anton matroskaenc: set the stream timebase earlier Fixes calculating the ts …
(edit) @43e7f07   11 years anton flvenc: only write the framerate tag based on avg_frame_rate Do not …
(edit) @cf697771   11 years anton movenc: write avg_frame_rate as the framerate, not the codec timebase
(edit) @81eec081   11 years anton matroskaenc: base DefaultDuration on the framerate, not the codec …
(edit) @a53551cb   11 years anton frame: fix the error path in av_frame_copy_props() First free …
(edit) @ad0fe2f4   11 years lu_zero af_resample: Use avresample_get_out_samples
(edit) @b2d45654   11 years lu_zero avresample: Add avresample_get_out_samples Utility function to get …
(edit) @c94e2e85   11 years lu_zero nut: Support experimental NUT 4 features Add the low overhead pipe …
(edit) @6d212599   11 years lu_zero avformat: Provide a standard compliance flag Provide f_strict for …
(edit) @7dba055b   11 years martin oggenc: Fix the EOS flag This corrects the bug that caused the …
(edit) @b5aa4855   11 years diego ppc: Move vec_unaligned_load macro to util_altivec This allows …
(edit) @593886b5   11 years diego ppc: util_altivec: Drop unused macros
(edit) @106b62f4   11 years anton matroskaenc: write the channel mask for FLAC
(edit) @efcde91   11 years anton vorbiscomment: simplify API by using av_dict_count()
(edit) @23f741f7   11 years anton matroskadec: parse the channel layout mask for FLAC It is commonly …
(edit) @4efdadc8   11 years anton matroskadec: export just the STREAMINFO block as FLAC extradata It …
(edit) @6df478bf   11 years anton matroskadec: split parsing tracks into a separate function
(edit) @5fdaf31   11 years anton flac: make avpriv_flac_parse_block_header() inline This avoids all …
(edit) @54ed488b   11 years anton flac muxer: write WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag for …
(edit) @d6b9ce99   11 years anton flac demuxer: parse the WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag It is …
(edit) @f13ffb66   11 years anton flacdec: do not overwrite a channel layout set by the caller The …
(edit) @9767d7c0   11 years martin oggenc: Flush after writing headers Before, header information for …
(edit) @1d3eb0b5   11 years martin oggenc: Move ogg_write_pages up above ogg_write_header Signed-off-by: …
(edit) @512f3ffe   11 years diego dsputil: Split off HuffYUV encoding bits into their own context Also …
(edit) @0d439fbe   11 years diego dsputil: Split off HuffYUV decoding bits into their own context Also …
(edit) @888dcd86   11 years diego h264_picture: Remove pointless dsputil.h #include
(edit) @f1df0a4c   11 years diego on2avc: Remove pointless dsputil.h #include
(edit) @7cc4c9f3   11 years anton lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NB Thatt hardcodes the …
(edit) @b03b2d8   11 years anton buffersrc: avoid using AV_PIX_FMT_NB That hardcodes the number of …
(edit) @a7d070ac   11 years anton vf_fieldorder: avoid using AV_PIX_FMT_NB That hardcodes the number of …
(edit) @862f33c   11 years anton vf_scale: use the pixfmt descriptor API Avoid using AV_PIX_FMT_NB, …
(edit) @45fc73ed   11 years anton vf_format: rework format list parsing Avoid using AV_PIX_FMT_NB, …
(edit) @4d8c28d   11 years anton imgutils: make systematic palette opaque. Signed-off-by: Anton …
(edit) @e0d01dc7   11 years anton smoothstream: check malloc calls Signed-off-by: Anton Khirnov …
(edit) @8692e628   11 years anton rdt: check malloc calls Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @21f68c24   11 years kostya.shishkov avcodec: bump version after rotation api Signed-off-by: Kostya …
(edit) @6b7b8585   11 years anton dca: Convert dca_dmixtable to integers Also include zero in the …
(edit) @c23c96b6   11 years janne-libav lavf: add av_stream_get_side_data
(edit) @afe1762   11 years janne-libav build: export library dependencies in ${name}_FFLIBS Removes an ugly …
(edit) @132a5711   11 years janne-libav check: add libavcodec/vda_internal.h to SKIPHEADERS-$(CONFIG_VDA)
(edit) @82fc9f4b   11 years martin display: Include mathematics.h for fallback definition of NAN This …
(edit) @853cc025   11 years anton mov: store display matrix in a stream side data Signed-off-by: Anton …
(edit) @bddd8cbf   11 years anton Add transformation matrix API. Add AV_PKT_DATA_DISPLAYMATRIX and …
(edit) @9929b356   11 years anton pthread_frame: simplify the code by using new AVPacket API This also …
(edit) @cdf58f05   11 years anton avpacket: fix copying side data in av_packet_copy_props() Side data …
(edit) @a312f710   11 years anton lavf: deprecate now unused AVStream.pts
(edit) @ed7922fa   11 years anton mux: drop one of the hacks comprising compute_pkt_fields2() All …
(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 …
Note: See TracRevisionLog for help on using the revision log.