]> git.sesse.net Git - ffmpeg/history - libavcodec
AVFrame: add side data.
[ffmpeg] / libavcodec /
2013-03-08 Anton KhirnovMove AVFrame from lavc to lavu.
2013-03-08 Anton Khirnovlavc: move AVFrame.hwaccel_picture_private to Picture.
2013-03-08 Anton Khirnovpthread: avoid copying input packets when possible.
2013-03-08 Anton Khirnovavpacket: use AVBuffer to allow refcounting the packets.
2013-03-08 Alexander Kojevnikovmp3dec: Fix VBR bit rate parsing
2013-03-07 Diego Biurrunbuild: cosmetics: Group hw accelerator Makefile entries...
2013-03-07 Diego BiurrunAdd missing error_resilience includes to files that...
2013-03-07 Martin Storsjömpegvideo: Conditionally build error_resilience bits
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
2013-03-07 Ronald S. Bultjelavc: Deprecate the deinterlace functions in libavcodec
2013-03-07 Ronald S. Bultjeh264: Integrate draw_horiz_band into ff_h264_draw_horiz...
2013-03-07 Stefano Sabatinilavc: Prettify printing of codec tags containing non...
2013-03-07 Martin Storsjöh264: Rename the jpeg_420 pixfmt list to match the...
2013-03-06 Ronald S. Bultjelavc: Split out ff_hwaccel_pixfmt_list_420[] over indiv...
2013-03-06 Diego Biurrunavcodec/internal: Fix #if DECODE_AUDIO / ENCODE_AUDIO...
2013-03-06 Luca Barbatoshorten: use the unsigned type where needed
2013-03-06 Luca Barbatoshorten: report meaningful errors
2013-03-06 Luca Barbatoshorten: K&R formatting cosmetics
2013-03-06 Michael Niedermayershorten: set invalid channels count to 0
2013-03-06 Luca Barbatovorbisdec: check memory allocations
2013-03-05 Luca Barbatoh264: check for luma and chroma bit dept being equal
2013-03-05 Diego Biurrunhwaccel: consistent name prefixes for start_frame/end_f...
2013-03-02 Anton Khirnovh264: set ref_count to 0 for intra slices.
2013-03-02 Anton Khirnovh264: on reference overflow, reset the reference count...
2013-03-02 Anton Khirnovh264: do not copy ref count/ref2frm when updating per...
2013-02-28 Diego BiurrunRevert "Move H264/QPEL specific asm from dsputil.asm...
2013-02-28 Luca Barbatolls: move to the private namespace
2013-02-28 Martin Storsjöpnm: Use av_pix_fmt_desc_get instead of accessing the...
2013-02-26 Diego Biurrunx86: dsputil: Drop some unused function #defines
2013-02-26 Diego Biurrunx86: dsputil: Drop aliasing of ff_put_pixels8_mmx to...
2013-02-26 Diego Biurrunx86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out...
2013-02-26 Martin Storsjöx86: dsputil_mmx: Remove leftover inline assembly fragments
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-25 Diego BiurrunFix a number of incorrect intmath.h #includes.
2013-02-25 Justin Ruggleslibschroedinger: cosmetics: rename variable avccontext...
2013-02-25 Justin Rugglesvorbisenc: cosmetics: rename variable avccontext to...
2013-02-25 Justin Rugglesvorbisdec: cosmetics: rename variable avccontext to...
2013-02-25 Luca Barbatovorbisdec: Accept 0 amplitude_bits
2013-02-25 Luca Barbatovorbisdec: Add missing checks
2013-02-25 Luca Barbatovorbisdec: cosmetics
2013-02-25 Michael Niedermayervorbisdec: Error on bark_map_size equal to 0.
2013-02-24 Diego Biurrundsputil_alpha.h: Add missing stddef.h header to fix...
2013-02-23 Justin Rugglesac3dec: validate channel output mode against channel...
2013-02-23 Diego BiurrunRemove pointless av_cold attributes in header files
2013-02-23 Kostya Shishkovpnm: add high-bitdepth PGMYUV support for both encoder...
2013-02-23 John Van Sicklelibx264: change i_qfactor to use x264cli's default
2013-02-23 Anton Khirnovqtrle: use AV_LOG_ERROR in an error message.
2013-02-23 Anton Khirnovqtrle: cosmetics, reformat CHECK_PIXEL_PTR() macro
2013-02-23 Anton Khirnovqtrle: add more checks against pixel_ptr being negative.
2013-02-23 Anton Khirnovcavs: initialize various context tables to 0
2013-02-23 Anton Khirnovmlpdec: do not try to allocate a zero-sized output...
2013-02-23 Anton Khirnovflicvideo: avoid an infinite loop in byte run compression
2013-02-23 Anton Khirnovloco: check that there is data left after decoding...
2013-02-23 Anton Khirnovlagarith: avoid infinite loop in lag_rac_refill()
2013-02-23 Anton Khirnov4xm: check the return value of read_huffman_tables().
2013-02-21 Matt Wolenetzx86: h264: Don't use redzone in AVX h264_deblock on...
2013-02-20 Diego Biurrundxva2: Add missing #define to make header compile stand...
2013-02-20 Diego Biurrunarm: vp8: Add missing #includes for header to compile...
2013-02-19 Martin Storsjöh264: Get rid of unnecessary casts
2013-02-19 Ronald S. Bultjeh264/svq3: Stop using draw_edges
2013-02-19 Ronald S. Bultjeh264: Don't store intra pcm samples in h->mb
2013-02-19 Ronald S. Bultjeget_bits: Return pointer to buffer that is the result...
2013-02-19 Ronald S. Bultjeh264: Add add_pixels4/8() to h264dsp, and remove add_pi...
2013-02-19 Ronald S. Bultjeh264chroma: Remove duplicate 9/10 bit functions
2013-02-19 Ronald S. Bultjevp56: Remove clear_blocks call, and clear alpha plane...
2013-02-18 Daniel Kangx86: dsputil: Fix h263 loop filter link error in some...
2013-02-18 Daniel Kangx86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmx...
2013-02-18 Matti Hamalainensvq3: unbreak decoding
2013-02-17 Luca Barbatobuild: make audio_frame_queue a stand-alone component
2013-02-17 Diego Biurrunbuild: The libopencore-amrnb encoder depends on audio_f...
2013-02-17 Diego Biurrunlibopencore-amrwb: Make AMR-WB ifdeffery more precise
2013-02-17 Diego Biurrunlibopencore-amr: Conditionally compile decoder and...
2013-02-17 Diego Biurrunlibopencore-amrnb: cosmetics: Group all encoder-related...
2013-02-17 Luca Barbatodsputil: convert remaining op_pixels_func
2013-02-17 Michael Niedermayerroqvideodec: check dimensions validity
2013-02-17 Michael Niedermayervqavideo: check chunk sizes before reading chunks
2013-02-17 Michael Niedermayerqdm2: check array index before use, fix out of array...
2013-02-17 Anton Khirnoverror_resilience: add required headers.
2013-02-15 Anton Khirnovh264: deMpegEncContextize
2013-02-15 Anton Khirnovmpegvideo: split ff_draw_horiz_band().
2013-02-15 Anton Khirnoverror_resilience: decouple ER from MpegEncContext
2013-02-15 Anton Khirnovsvq3: remove a pointless if()
2013-02-15 Anton Khirnovh264: remove a pointless if()
2013-02-15 Anton Khirnovh264: simplify calls to ff_er_add_slice().
2013-02-15 Anton Khirnovget_buffer(): do not initialize the data.
2013-02-15 Diego Biurrunsparc: dsputil: Simplify high_bit_depth checks
2013-02-14 Diego Biurrunh264idct: Replace duplicate scan8 table by appropriate...
2013-02-13 Diego Biurrundsputil: Move STRIDE_ALIGN macro to the only place...
2013-02-12 Justin Rugglesws-snd1: decode directly to the user-provided AVFrame
2013-02-12 Justin Ruggleswmavoice: decode directly to the user-provided AVFrame
2013-02-12 Justin Ruggleswmaenc: alloc/free coded_frame instead of keeping it...
2013-02-12 Justin Ruggleswma: decode directly to the user-provided AVFrame
2013-02-12 Justin Ruggleswmapro: decode directly to the user-provided AVFrame
2013-02-12 Justin Ruggleswavpack: decode directly to the user-provided AVFrame
2013-02-12 Justin Rugglesvorbis: decode directly to the user-provided AVFrame
2013-02-12 Justin Rugglesvmdaudio: decode directly to the user-provided AVFrame
2013-02-12 Justin Rugglestwinvq: decode directly to the user-provided AVFrame
2013-02-12 Justin Rugglestta: decode directly to the user-provided AVFrame
2013-02-12 Justin Rugglestruespeech: decode directly to the user-provided AVFrame
2013-02-12 Justin Rugglestak: decode directly to the user-provided AVFrame
next