source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @9a9e2f1   10 years diego dsputil: Split audio operations off into a separate context
(edit) @ca1e36a8   10 years vittorio.giovara h264: fix build when error resilience is disabled
(edit) @9e500efd   10 years justin.ruggles Add av_image_check_sar() and use it to validate SAR
(edit) @d349afb0   10 years anton dv: cosmetics, reindent
(edit) @650dee63   10 years anton dv: get rid of global non-const tables Instead, store them in the …
(edit) @77811159   10 years anton dvenc: initialize the profile only once, at init We do not allow the …
(edit) @452860d7   10 years anton Use av_packet_rescale_ts() to simplify code.
(edit) @874390e1   10 years anton lavc: add a convenience function for rescaling timestamps in a packet
(edit) @440842c4   10 years vittorio.giovara stereo3d: add missing include guards
(edit) @852c329a   10 years diego configure: Drop duplicate pkg-config entry from help output
(edit) @b2290bf1   10 years kostya.shishkov i263: skip dummy frames Intel i263 codec has special 8-byte dummy …
(edit) @e74433a8   10 years diego dsputil: Split clear_block*/fill_block* off into a separate context
(edit) @869fc416   10 years lu_zero hevc: Mark num_bins_in_se as unused Only its size is actually used. …
(edit) @c385313d   10 years lu_zero rtsp: Support misordered fmtp rtpmap Issue present in Avigilon IP cameras.
(edit) @c9c1e00f   10 years lu_zero rtsp: Factor out fmtp parsing
(edit) @49a24268   10 years lu_zero doc: Document segment_list_type
(edit) @194be1f4   10 years anton lavf: switch to AVStream.time_base as the hint for the muxer timebase …
(edit) @d754ed41   10 years anton riffenc: take an AVStream instead of an AVCodecContext It will be …
(edit) @f792d3c   10 years anton lavf: add the notimestamps flag to the muxers missing it
(edit) @cfbdd7ff   10 years anton rtpenc: base max_frames_per_packet on avg_frame_rate, not codec …
(edit) @894682a9   10 years anton Remove avserver. It has not been properly maintained for years and …
(edit) @f2ce6324   10 years anton dcadec: replace ldexpf with a multiplication by a constant …
(edit) @44671b5   10 years anton AVFrame: factor out freeing the side data Signed-off-by: Anton …
(edit) @9affa784   10 years anton vp9 encoder: use a decent default speed setting Signed-off-by: Anton …
(edit) @74bc9458   10 years anton flvenc: Don't over-count metadata. Over-counting occurs if framerate …
(edit) @49106844   10 years anton tiffenc: fix packet size calculation Signed-off-by: Anton Khirnov …
(edit) @fe4d5fe   10 years diego jpeg2000: Mark static data init functions as av_cold
(edit) @71d6551e   10 years anton avconv: use the correct variable in comparison
(edit) @83aa4fc3   10 years lu_zero configure: Directly support Android as target OS
(edit) @766f2d96   10 years vittorio.giovara gitignore: add dylib and swp entries
(edit) @711aa2a8   10 years vittorio.giovara lavf: dump stream side data when probing
(edit) @2dc26561   10 years vittorio.giovara lavf: group dump functions together
(edit) @5a69ded1   10 years vittorio.giovara vf_showinfo: print display transformation values
(edit) @27631796   10 years diego ac3: Only initialize float_dsp for the float encoder variant
(edit) @f0ce9913   10 years diego Rename tpel_template.c ---> pel_template.c The new name more …
(edit) @4321e507   10 years vittorio.giovara configure: use pkg-config for libx264
(edit) @ceada893   10 years derek.buitenhuis libx265: Remove unneeded bit depth check This is no longer needed …
(edit) @61a34491   10 years derek.buitenhuis libx265: Add 4:2:2 support It is also not final yet, so require …
(edit) @180e6b48   10 years derek.buitenhuis libx265: Actually use X265_API_IMPORTS It obvously needs to be above …
(edit) @dca7ba4b   10 years diego Remove some unnecessary CONFIG_FOO_COMPONENT ifdefs The files are …
(edit) @48e50921   10 years anton avconv: make -shortest work with streamcopy CC: libav-stable@libav.org
(edit) @2f417031   10 years lu_zero libx264: Support bitrate reconfiguration Signed-off-by: Luca Barbato …
(edit) @cd62c04d   10 years janne-libav h263enc: keep block_last_index always valid during advanced intra …
(edit) @0ddc53da   10 years janne-libav mpegvideo: synchronize AVFrame pointers in ERContext fully Since …
(edit) @641e5723   10 years vittorio.giovara fate: add on2avc audio test
(edit) @d7705be9   10 years vittorio.giovara mpegvideoenc: check color_range Rework the comparison into something …
(edit) @27860819   10 years diego ppc: Consistently use convenience macro for runtime CPU detection
(edit) @205fdd4e   10 years diego ppc: Fix runtime CPU detection for apedsp, huffyuvdsp, svq1enc
(edit) @f121dbd9   10 years lu_zero mpegts: Provide an option to override the pcr period Certain hardware …
(edit) @3f7e94ec   10 years lu_zero mpegts: Move the option section to the bottom Makes it consistent …
(edit) @a736ae1e   10 years lu_zero doc: Document mpegts muxrate
(edit) @570d4b21   10 years martin x86: h264: Don't keep data in the redzone across function calls on 64 …
(edit) @0776e0ef   10 years martin adpcm: Write the proper predictor in trellis mode in IMA QT The …
(edit) @1619274f   10 years janne-libav av_dict_set: fix potential memory leak with AV_DICT_DONT_OVERWRITE …
(edit) @7b06ddb8   10 years janne-libav configure: use .altmacro for gnu as check on arm Clang's integrated …
(edit) @3d79d0c9   10 years martin adpcm: Avoid reading out of bounds in the IMA QT trellis encoder This …
(edit) @103243ca   10 years martin oggenc: Set the right AVOption size for the pref_duration option On …
(edit) @f558f0d2   10 years derek.buitenhuis avcodec options: add enum option for color_range Signed-off-by: Derek …
(edit) @7c29b722   10 years derek.buitenhuis avcodec options: add enum option for colorspace Signed-off-by: Derek …
(edit) @efc2dfe6   10 years derek.buitenhuis avcodec options: add enum option for color_trc Signed-off-by: Derek …
(edit) @bd71c300   10 years derek.buitenhuis avcodec options: add enum option for color_primaries Signed-off-by: …
(edit) @8a067941   10 years derek.buitenhuis mpeg2: add sequence display extension information Signed-off-by: …
(edit) @2f70651   10 years martin libfdk-aac: Relicense the library wrappers to the ISC license This …
(edit) @e7d6d0bf   10 years martin mov: Export geotag metadata fields The '?xyz' form is used by android …
(edit) @d816e12   10 years diego dict: const correctness for av_dict_get() and av_dict_copy()
(edit) @39ec5e1c   10 years lu_zero avconv: Report the codec and the encoder separately Bug-Id: 694
(edit) @95b7fa17   10 years martin oggenc: Support flushing the muxer This allows the caller to write …
(edit) @d5a5598   10 years janne-libav build: check if AS supports the '.func' directive Not supported by …
(edit) @896a5bff   10 years janne-libav arm: check if AS supports .dn Move the GNU as check before the arch …
(edit) @68a06b3a   10 years janne-libav aarch64: use '#' for whole line asm comments Both gnu as and clang …
(edit) @6a0fa4d8   10 years janne-libav aarch64: remove optional :pg_hi21: for adrp instruction Clang's …
(edit) @fd2981ea   10 years janne-libav aarch64: add darwin style PAGE/PAGEOFF relocations
(edit) @880e2aa2   10 years diego Remove all Blackfin architecture optimizations Blackfin is a painful …
(edit) @b88cc5cc   11 years diego bink: Rename BinkDSPContext member so as not to clash with BlockDSPContext
(edit) @59cb5747   11 years martin rtmpproto: read metadata to set correct FLV header In the presence of …
(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 …
Note: See TracRevisionLog for help on using the revision log.