]> git.sesse.net Git - ffmpeg/history - libavcodec
vocdec: do not create the stream in read_header()
[ffmpeg] / libavcodec /
2015-12-12 Anton Khirnovlavc: make avpriv_mpa_decode_header private on next...
2015-12-12 Anton Khirnovmpegaudiodecheader: check the header in avpriv_mpegaudi...
2015-12-12 Anton Khirnovlavc: get the profile name through the codec descriptor...
2015-12-12 Anton Khirnovlavc: add profiles to AVCodecDescriptor
2015-12-12 Anton Khirnovlavc: print the name of the codec, not its implementati...
2015-12-12 Anton Khirnovmpegvideo_enc: actually add the side data with vbv_dela...
2015-12-11 Dave Yeohevcdsp: use a macro for .rodata section
2015-12-08 Luca Barbatoopenh264: Directly include the deprecation guards header
2015-12-08 Luca Barbatolog: Use a do {} while (0) for tlog
2015-12-07 Vittorio Giovarasgienc: Make sure to initialize skipped header portions
2015-12-07 Vittorio Giovaralavc: Drop exporting 2-pass encoding stats
2015-12-07 Vittorio Giovaralavc: Deprecate coder_type and its symbols
2015-12-07 Anton Khirnovh264: do not call frame_start() for missing frames
2015-12-07 Anton Khirnovaacdec: fix aac_static_table_init() prototype
2015-12-07 Anton Khirnovavpacket: use ERANGE instead of EOVERFLOW
2015-12-06 Anton Khirnovlavc: export Dirac parsing API used by the ogg demuxer...
2015-12-06 Anton Khirnovqsvenc: export CPB props side data
2015-12-06 Anton Khirnovnvenc: export CPB props side data
2015-12-06 Anton Khirnovmpegvideo_enc: export vbv_delay in side data
2015-12-06 Anton Khirnovmpegvideo_enc: export CPB props side data
2015-12-06 Anton Khirnovlibx264: export CPB props side data
2015-12-06 Anton Khirnovlibvpxenc: export CPB props side data
2015-12-06 Anton Khirnovlibopenh264enc: export CPB props side data
2015-12-06 Anton Khirnovlavc: add a packet side data type for VBV-like parameters
2015-12-06 Anton Khirnovlavc: add stream-global packet side data
2015-12-06 Anton Khirnovavpacket: add a function for wrapping existing data...
2015-12-06 Anton Khirnovh264: derive the delay from the level when it's not...
2015-12-06 Anton Khirnovh264: set frame_num in start_frame(), not decode_slice_...
2015-12-06 Anton Khirnovh264: eliminate default_ref_list
2015-12-05 Anton Khirnovhevcdsp: add x86 SIMD for MC
2015-12-05 Anton Khirnovhevc: change the stride of the MC buffer to be in bytes...
2015-12-05 Anton Khirnovhevcdsp: split the pred functions by width
2015-12-05 Anton Khirnovhevcdsp: split the epel functions by width
2015-12-05 Anton Khirnovhevcdsp: split the qpel functions by width instead...
2015-12-05 Luca Barbatolog: Use a do {} while (0) for dlog
2015-12-05 Luca Barbatoimgconvert: Re-enable the deprecation warnings
2015-12-05 Luca Barbatoavpicture: Suppress warning from deprecated code
2015-12-05 Luca Barbatoaac: Provide more information on the failure message
2015-12-05 Luca Barbatog723: Add missing header
2015-11-30 Mohamed Naufallavc: G.723.1 encoder
2015-11-30 Vittorio Giovarag723_1: Move sharable functions to a separate file
2015-11-30 Vittorio Giovarag723_1: Rename files to better reflect their purpose
2015-11-30 Michael Niedermayerg723_1: Handle values at the ends of the table in lsp2lpc()
2015-11-26 Petri Hintukainenpgssubdec: fix API compability layer
2015-11-24 Vittorio Giovaratexturedsp: Explicitly cast RGBA parameters to unsigned
2015-11-24 Vittorio Giovaratexturedspenc: Avoid using separate variables
2015-11-24 Vittorio Giovaratextureencdsp: cosmetics: Use normal static const for...
2015-11-24 Vittorio Giovarasgi: Correctly propagate meaningful error values
2015-11-24 Vittorio Giovarasgienc: Support encoding high bit depth images with RLE
2015-11-24 Vittorio Giovarasgienc: Use a local RLE encoding function
2015-11-24 Vittorio Giovarasgienc: Port to bytestream2
2015-11-24 Vittorio Giovarasgienc: Do not end RLE lines with 0s
2015-11-23 James Zernlibvpxenc: remove some unused ctrl id mappings
2015-11-23 Tim Walkerdcadec: Do not check for overreads in auxiliary data
2015-11-20 Vittorio Giovaralavc: Deprecate avctx.rtp_callback field
2015-11-20 Anton Khirnovqsvenc: expose additional encoding options
2015-11-20 Anton Khirnovqsvenc: support more RC methods
2015-11-20 Anton Khirnovqsvenc: factor out common options
2015-11-20 Anton Khirnovqsvenc: fix setting maxrate for VBR
2015-11-20 Anton Khirnovqsvenc: print the actual video parameters used by MSDK
2015-11-20 Anton Khirnovmpegvideo_enc: enable rtp_mode when multiple slices...
2015-11-20 Anton Khirnovmpevideo_enc: disallow multiple slices for h261 and flv
2015-11-18 John Stebbinsavcodec: Define side data type for fallback track
2015-11-17 Luca Barbatodvdsubdec: Validate the RLE offsets
2015-11-16 Vittorio Giovaraflacenc: Clamp user-supplied min/max prediction orders
2015-11-16 Vittorio Giovaraffv1: Explicitly name the coder type
2015-11-16 Andreas Cadhalpunhqx: correct type and size check of info_offset
2015-11-14 Andreas Cadhalpundds: disable palette flag for compressed images
2015-11-12 Andreas Cadhalpundds: add missing newline to log messages
2015-11-12 Andreas Cadhalpundds: validate compressed source buffer size
2015-11-12 Andreas Cadhalpundds: validate source buffer size before copying
2015-11-12 Vittorio Giovaralavc: Add missing mem.h header to libxvid and screenpresso
2015-11-09 Anton Khirnovavcodec: fix doxy placement
2015-11-06 Michael Niedermayerlibopenh264enc: Set AVOption data type
2015-11-06 Michael Niedermayervdpau: Remove a spurious CONFIG_H263_VDPAU_HWACCEL
2015-11-02 Luca Barbatoflashsv: Initialize the block array
2015-11-02 Luca Barbatotruemotion2: Fix the buffer check
2015-11-02 Luca Barbatomimic: Always return on failure
2015-11-02 Luca Barbatorpza: Check the blocks left before processing one
2015-11-02 Luca Barbatolagarith: Correctly compute hash_shift
2015-11-01 Diego Biurrunh264_parser: Rename close() to h264_close()
2015-10-30 Rémi Denis-Courmontvdpau: remove dysfunctional H.263 support
2015-10-30 Vittorio Giovarah264: Print the complete user message
2015-10-30 Vittorio Giovarah264: Print user data SEI under normal debug verbosity
2015-10-30 Kirill Gavrilovpng: read and write stereo3d frame side data information
2015-10-28 Martin Storsjölibopenh264enc: Count and warn about the number of...
2015-10-28 Martin Storsjölibopenh264enc: Add an option for controlling the frame...
2015-10-28 Kieran Kunhyaopus: Do not call vector_fmul_scalar on zero samples
2015-10-28 Michael Niedermayeropus: Buffer the samples from the correct offset
2015-10-27 Luca Barbatoavpicture: Deprecate the single fields
2015-10-26 Luca Barbatoavpacket: Provide an alloc and a free function for...
2015-10-26 Luca Barbatoavpacket: Deprecate av_dup_packet
2015-10-26 Luca Barbatoavpacket: Replace av_free_packet with av_packet_unref
2015-10-26 Hendrik Leppkesroqvideodec: use av_frame_copy
2015-10-25 Tom Butterworthhap: Set avctx.bits_per_coded_sample
2015-10-25 Vittorio Giovarascreenpresso: Drop parameter change check
2015-10-25 Alexis Balliermpegvideo_enc: Fix encoding videos with less frames...
2015-10-25 Michael Niedermayermpegvideo_enc: Merge ifs with identical conditions
2015-10-25 Michael Niedermayermpegvideo_enc: Factor new_picture unref out
2015-10-23 Vittorio GiovarainnoHeim/Rsupport Screen Capture Codec decoder
next