]> git.sesse.net Git - ffmpeg/history - libavcodec
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec /
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraAdd a quality factor packet side data
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2015-07-20 Vittorio Giovaraflashsvenc: Keep coded_frame.key_frame a write-only...
2015-07-20 Vittorio Giovaraffv1enc: Use input frame to set SAR and interlacing
2015-07-20 Vittorio Giovaraffv1enc: Keep coded_frame.key_frame a write-only variable
2015-07-20 Vittorio Giovaraqtrleenc: Keep coded_frame.key_frame a write-only variable
2015-07-20 Vittorio Giovaralibtheoraenc: Keep coded_frame.key_frame a write-only...
2015-07-20 Vittorio Giovaralibvpxenc: Do not entangle coded_frame
2015-07-20 Vittorio Giovaralibxvid: Do not entangle coded_frame
2015-07-20 Vittorio Giovarasvq1enc: Do not entangle coded_frame
2015-07-20 Vittorio Giovaraproresenc: Do not entangle coded_frame
2015-07-20 Vittorio Giovaraa64multienc: Do not entangle coded_frame
2015-07-20 Vittorio Giovararoqvideoenc: Drop unneeded initialization
2015-07-20 Vittorio Giovarampegvideo_enc: Drop unnneded initialization
2015-07-19 Anton Khirnovqsvenc: properly handle asynchronous encoding
2015-07-19 Anton Khirnovqsvdec: properly handle asynchronous decoding
2015-07-17 Janne Grunauh264: arm: use intra pred8x8 functions only for chroma_...
2015-07-17 Henrik Gramnerx86: bswapdsp: Don't treat 32-bit integers as 64-bit
2015-07-17 Vittorio Giovaraconfigure: Factor out g722dsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out wmv2dsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out vp8dsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out vp56dsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out rv34dsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out mss34dsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out ividsp module
2015-07-17 Vittorio Giovaraconfigure: Factor out flacdsp module
2015-07-17 Luca Barbatolibx264: Add support for the MPEG2 encoder
2015-07-17 Vittorio Giovarahq_hqa: Fix decoding when INFO section is absent
2015-07-17 Kieran Kunhyah264: Add support for Closed Caption export
2015-07-15 Luca Barbatohevc: Split the struct setup from the pps parsing
2015-07-13 Luca Barbatohevc: Print the non-supported chroma_format_idc
2015-07-13 Luca Barbatohevc: Factor out the pixel format mapping from the...
2015-07-13 James Almerdxva2_hevc: unbreak compilation after recent sps/pps...
2015-07-13 Anton Khirnovhevc_parser: fix standalone build with the hevc decoder...
2015-07-13 Anton Khirnovhevc_ps: make sure failing to decode an SPS always...
2015-07-12 Anton Khirnovhevc: handle a NULL sps in set_sps() properly
2015-07-12 Anton Khirnovhevc: do not pass an entire HEVCContext into export_str...
2015-07-12 Anton Khirnovhevc_parser: parse and export some stream parameters
2015-07-12 Anton Khirnovhevc: improve a comment
2015-07-12 Anton Khirnovhevc: move splitting the packet into NALUs into a separ...
2015-07-12 Anton Khirnovhevc: eliminate the second call to hls_nal_unit()
2015-07-12 Anton Khirnovhevc: skip invalid/ignored NALUs when splitting the...
2015-07-12 Anton Khirnovhevc: remove HEVCContext usage from hevc_ps
2015-07-12 Anton Khirnovmpegvideo_parser: export pixel format and dimensions
2015-07-12 Andreas Cadhalpunhevc: check slice address length
2015-07-12 Anton Khirnovbytestream2: set the reader to the end when reading...
2015-07-11 Luca Barbatog726: Do not crash on user mistake
2015-07-10 Andreas Cadhalpunimc: Use correct position for flcoeffs2 calculation
2015-07-09 Vittorio Giovaralibvpx: Add the library header
2015-07-09 Luca Barbatolavc: Add nvenc.h to the skipheader
2015-07-08 Anton Khirnovlavc: add Intel libmfx-based HEVC encoder
2015-07-08 Anton Khirnovlavc: add Intel libmfx-based MPEG2 encoder
2015-07-08 Anton Khirnovhevc: split bitstream unescaping to a separate file
2015-07-08 Anton Khirnovhevc_ps: split the code for parsing the SPS and exporti...
2015-07-08 Vittorio Giovaralavc: Deprecate avctx.rc_strategy
2015-07-07 Stian Selnesh261: Signal freeze picture release for intra frames
2015-07-07 Stian Selnesh261: Set 'still image mode off' in picture header
2015-07-03 Vittorio Giovaralavc: Move deprecation warning disabling to files inclu...
2015-07-03 Vittorio Giovaralavc: Disable deprectation warnings coming from options...
2015-07-02 Luca Barbatovda: Check the correct pointer for buffer allocation
2015-07-02 Andreas Cadhalpunwebp: Make sure enough bytes are available
2015-07-02 Vittorio Giovaralavc: Deprecate avctx.{inter,intra}_quant_bias
2015-07-01 Michael Niedermayerelsdec: Replace EOVERFLOW with INVALIDDATA
2015-07-01 Janne Grunaug2meet: use av_ceil_log2 instead of a custom function
2015-07-01 Janne Grunaug2meet: use an unsigned type for the djb hash
2015-07-01 Janne Grunauavcodec: add missing CODEC_CAP_DR1 to codecs using...
2015-06-30 Vittorio Giovaralavc: Add missing API guard to dtg_active_format option
2015-06-30 Kostya ShishkovGo2Meeting decoder
2015-06-30 Vittorio Giovarah264: Parse registered data SEI message and AFD value
2015-06-30 Vittorio Giovarah264_sei: Group error check outside the switch block
2015-06-30 Luca Barbatoh263: Always check both dimensions
2015-06-30 Luca Barbatocosmetic: Reformat ff_h263_decode_mba
2015-06-30 Vittorio Giovaraaic: Fix slice size computation for widths multiples...
2015-06-30 Vittorio Giovarah264: Allow stream and container cropping at the same...
2015-06-27 Anton Khirnovh264: do not update the context fields copied between...
2015-06-27 Anton Khirnovh264: make sure the current picture is not made a long...
2015-06-27 Anton Khirnovh264: make sure the slices do not overlap during slice...
2015-06-26 Luca Barbatonvenc: Fix NV12 input
2015-06-26 Andreas Cadhalpunvc1dec: use get_bits_long and limit the read bits to 32
2015-06-24 Tom ButterworthTextureDSP: fix erroneous condition which produced...
2015-06-24 Luca Barbatodds: Fix palette mode on big endian
2015-06-24 Paul B MaholPCM signed 16-bit big-endian planar decoder
2015-06-24 Janne Grunaulibvpx: fix test for VPX_IMAGE_ABI_VERSION
2015-06-24 Mark WebsterFix missing symbols when libvpx has only vp8 enabled
2015-06-24 Janne Grunauarm64: constify src in h264qpel dsp function definitions
2015-06-22 Vittorio GiovaraDirectDraw Surface image decoder
2015-06-22 Vittorio GiovaraHap decoder and encoder
2015-06-22 Vittorio Giovaratxd: Use the TextureDSP module for decoding
2015-06-22 Vittorio GiovaraIntroduce a TextureDSP module
2015-06-22 Luca BarbatoImplement Snappy decompression
2015-06-21 Luca Barbatolibvpx: Support the vp9 extended profiles
2015-06-20 Luca Barbatolibvpx: Do not set vp8 only parameters when encoding...
2015-06-20 nu774mp3: enable packed main_data decoding in MP4
2015-06-17 James Almerlibwebpenc: use WebPMemoryWriterClear()
2015-06-17 Vittorio Giovaraaic: Improve error reporting
2015-06-15 Andreas Cadhalpunh264: er: Copy from the previous reference only if...
2015-06-15 Luca Barbatolavc: Clarify the behaviour of dimension and format...
2015-06-15 Luca Barbatox264: Factor out the reconfiguration code
2015-06-12 Vittorio Giovarafft-test: Use the float fabs() version
next