]> git.sesse.net Git - ffmpeg/history - libavcodec
output example: convert audio to the format supported by the encoder
[ffmpeg] / libavcodec /
2014-06-25 Diego Biurrundv: Replace a magic number by sizeof()
2014-06-25 Diego Biurrunx86: h264dsp: Fix link failure with optimizations disabled
2014-06-24 Derek Buitenhuismjpegdec: Properly set the context colorspace info
2014-06-23 Vittorio Giovarah264: error out from decode_nal_units() when AV_EF_EXPL...
2014-06-23 Vittorio Giovarajpeg2000: fix dereferencing invalid pointers during...
2014-06-23 Diego Biurrundsputil: Split off global motion compensation bits...
2014-06-23 Janne Grunauh264: avoid using uninitialized memory in NEON chroma mc
2014-06-23 Dirk Ausserhausindeo45: use is_indeo4 context flag instead of checking...
2014-06-23 Diego Biurrundsputil: Split bswap*_buf() off into a separate context
2014-06-23 Diego Biurrunmpeg: Split error resilience bits off into a separate...
2014-06-23 Justin RugglesCheck mp3 header before calling avpriv_mpegaudio_decode...
2014-06-23 Justin RugglesCheck if an mp3 header is using a reserved sample rate.
2014-06-22 Luca Barbatolibx264: Correctly manage constant rate factor params
2014-06-22 Diego Biurrunape: Replace memset(0) by zero initialization
2014-06-22 Diego Biurrunmpeg: Mark ff_mpeg_set_erpic() static
2014-06-22 Diego Biurrunbuild: Have the eatqi decoder depend on the MPEG-1...
2014-06-22 Diego Biurrunbuild: Add missing object files for Matroska demuxer
2014-06-22 Diego Biurrundsputil: Split audio operations off into a separate...
2014-06-20 Vittorio Giovarah264: fix build when error resilience is disabled
2014-06-20 Justin RugglesAdd av_image_check_sar() and use it to validate SAR
2014-06-20 Anton Khirnovdv: cosmetics, reindent
2014-06-20 Anton Khirnovdv: get rid of global non-const tables
2014-06-20 Anton Khirnovdvenc: initialize the profile only once, at init
2014-06-20 Anton Khirnovlavc: add a convenience function for rescaling timestam...
2014-06-19 Dirk Ausserhausi263: skip dummy frames
2014-06-18 Diego Biurrundsputil: Split clear_block*/fill_block* off into a...
2014-06-18 Luca Barbatohevc: Mark num_bins_in_se as unused
2014-06-18 Niels Möllerdcadec: replace ldexpf with a multiplication by a constant
2014-06-17 Rafaël Carrévp9 encoder: use a decent default speed setting
2014-06-17 Tristan Matthewstiffenc: fix packet size calculation
2014-06-17 Diego Biurrunjpeg2000: Mark static data init functions as av_cold
2014-06-13 Diego Biurrunac3: Only initialize float_dsp for the float encoder...
2014-06-13 Diego BiurrunRename tpel_template.c ---> pel_template.c
2014-06-12 Derek Buitenhuislibx265: Remove unneeded bit depth check
2014-06-12 Derek Buitenhuislibx265: Add 4:2:2 support
2014-06-12 Derek Buitenhuislibx265: Actually use X265_API_IMPORTS
2014-06-12 Diego BiurrunRemove some unnecessary CONFIG_FOO_COMPONENT ifdefs
2014-06-11 Luca Barbatolibx264: Support bitrate reconfiguration
2014-06-11 Janne Grunauh263enc: keep block_last_index always valid during...
2014-06-11 Janne Grunaumpegvideo: synchronize AVFrame pointers in ERContext...
2014-06-10 Vittorio Giovarampegvideoenc: check color_range
2014-06-10 Diego Biurrunppc: Consistently use convenience macro for runtime...
2014-06-10 Diego Biurrunppc: Fix runtime CPU detection for apedsp, huffyuvdsp...
2014-06-10 Martin Storsjöx86: h264: Don't keep data in the redzone across functi...
2014-06-10 Martin Storsjöadpcm: Write the proper predictor in trellis mode in...
2014-06-06 Martin Storsjöadpcm: Avoid reading out of bounds in the IMA QT trelli...
2014-06-06 Marc-Antoine Arnaudavcodec options: add enum option for color_range
2014-06-06 Marc-Antoine Arnaudavcodec options: add enum option for colorspace
2014-06-06 Marc-Antoine Arnaudavcodec options: add enum option for color_trc
2014-06-06 Marc-Antoine Arnaudavcodec options: add enum option for color_primaries
2014-06-06 Marc-Antoine Arnaudmpeg2: add sequence display extension information
2014-06-06 Martin Storsjölibfdk-aac: Relicense the library wrappers to the ISC...
2014-06-03 Janne Grunauarm: check if AS supports .dn
2014-06-02 Diego BiurrunRemove all Blackfin architecture optimizations
2014-06-02 Diego Biurrunbink: Rename BinkDSPContext member so as not to clash...
2014-06-01 Dirk AusserhausDecode both parts of Indeo4 IP frames
2014-06-01 Dirk AusserhausMove Indeo4 frametypes into common header.
2014-06-01 Anton Khirnovflacenc: send final extradata in packet side data
2014-06-01 Anton Khirnovlavc: add an option to enable side data-only packets...
2014-06-01 wm4libavcodec: set AVFrame colorspace fields on decoding
2014-06-01 wm4lavu: add all color-related enums to AVFrame
2014-05-30 Thierry Fauckppc: Fix compilation for ppc64le (ELFv2)
2014-05-29 Diego Biurrundsputil: Split off quarterpel bits into their own context
2014-05-29 Diego Biurrundsputil: Move Bink-specific add_pixels8 to binkdsp
2014-05-29 Diego Biurrundsputil: Move APE-specific bits into apedsp
2014-05-29 Diego Biurrundsputil: Move mspel_pixels_tab to the only place it...
2014-05-29 Diego Biurrundsputil: Move ff_alternate_*_scan tables to mpegvideo
2014-05-29 Diego Biurrundsputil: Move SVQ1 encoding specific bits into svq1enc
2014-05-29 Diego Biurrunsvq1enc: Rename SVQ1Context to SVQ1EncContext
2014-05-28 Diego Biurrunppc: Move vec_unaligned_load macro to util_altivec
2014-05-28 Anton Khirnovflac: make avpriv_flac_parse_block_header() inline
2014-05-28 Anton Khirnovflacdec: do not overwrite a channel layout set by the...
2014-05-27 Diego Biurrundsputil: Split off HuffYUV encoding bits into their...
2014-05-27 Diego Biurrundsputil: Split off HuffYUV decoding bits into their...
2014-05-27 Diego Biurrunh264_picture: Remove pointless dsputil.h #include
2014-05-27 Diego Biurrunon2avc: Remove pointless dsputil.h #include
2014-05-23 Vittorio Giovaraavcodec: bump version after rotation api
2014-05-23 Niels Möllerdca: Convert dca_dmixtable to integers
2014-05-19 Janne Grunaucheck: add libavcodec/vda_internal.h to SKIPHEADERS...
2014-05-19 Vittorio GiovaraAdd transformation matrix API.
2014-05-19 Anton Khirnovpthread_frame: simplify the code by using new AVPacket API
2014-05-19 Anton Khirnovavpacket: fix copying side data in av_packet_copy_props()
2014-05-19 Anton Khirnovhevc/intra_pred: simplify neighboring sample derivation
2014-05-19 Mickaël Raulethevc/intra_pred: drop unnecessary conditions in loops
2014-05-19 Mickaël Raulethevc/intra_pred: optimize EXTEND_()*
2014-05-19 Anton Khirnovhevc: templatize intra_pred
2014-05-19 Mickaël Raulethevc: templatize pred_planar
2014-05-18 Anton Khirnovlavc: add avcodec_free_context().
2014-05-18 Anton Khirnovlavc: remove the locking code in avcodec_close()
2014-05-15 Janne Grunauaarch64: opus NEON iMDCT and FFT
2014-05-15 Anton Khirnovlavc: properly handle subtitle_header in avcodec_copy_c...
2014-05-15 Anton Khirnovlavc: preserve the original private data in avcodec_cop...
2014-05-15 Anton Khirnovlavc: add a native Opus decoder.
2014-05-13 Janne Grunaubuild: handle library dependencies in configure
2014-05-13 Janne Grunauaarch64: assembler in clang-3.4 ignores the division...
2014-05-11 Anton Khirnovlavc: Add new VDA hwaccel
2014-05-11 Anton Khirnovvda: use hwaccel private data for internal bitstream...
2014-05-11 Anton Khirnovlavc: Add hwaccel private data and init/uninit callbacks
2014-05-11 Luca Barbatohwaccel: Support specific frame allocators
2014-05-11 Anton Khirnovhwaccel: Rename priv_data_size to frame_priv_data_size
next