]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2013-03-13 Michael Niedermayercabac: remove unused argument of ff_init_cabac_states()
2013-03-13 Nicolas Georgerawdec: fix a typo -- || instead of |
2013-03-12 Luca Barbatomatroskadec: request a read buffer for the wav header
2013-03-12 Luca Barbatodsputil: convert remaining functions to use ptrdiff_t...
2013-03-12 Diego BiurrunAdd informative messages to av_log_ask_for_sample calls...
2013-03-12 Diego Biurrunanm: Get rid of some very silly goto statements
2013-03-12 Luca Barbatovda: remove async decoder leftovers
2013-03-11 Janne Grunauavframe: call release_buffer only if it is set
2013-03-11 Anton Khirnovpthread: unref the decoded but not returned frames...
2013-03-11 Anton Khirnovh264: check that DPB is allocated before accessing...
2013-03-11 Anton Khirnovvf_hqdn3d: fix uninitialized variable use
2013-03-11 Anton Khirnovvf_gradfun: fix uninitialized variable use
2013-03-11 Anton Khirnovh264_refs: cosmetics, reformat
2013-03-11 Anton Khirnovh264: remove a useless svq3 condition
2013-03-11 Anton Khirnovmpegvideo: remove FMT_H264
2013-03-11 Anton Khirnovmpegvideo: reindent
2013-03-11 Anton Khirnovmpegvideo: remove useless references to h264 and svq3
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_R_FRAME_RATE cruft
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_AV_GETTIME cruft
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_INTERLEAVE_PACKET cruft
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_READ_PACKET cruft
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_APPLEHTTP_PROTO cruft
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_CLOSE_INPUT_FILE cruft
2013-03-11 Anton Khirnovlavc: remove disabled FF_API_IDCT cruft
2013-03-11 Anton Khirnovlavc: remove disabled FF_API_SNOW cruft
2013-03-11 Anton Khirnovlavc: remove disabled FF_API_MMI cruft
2013-03-11 Anton Khirnovlavc: remove disabled FF_API_LIBMPEG2 cruft
2013-03-11 Anton Khirnovlavc: remove disabled FF_API_AVCODEC_RESAMPLE cruft
2013-03-11 Hendrik Leppkesatomic: prefer gcc builtins over win32 atomics, if...
2013-03-11 Janne Grunauavframe: copy reordered_opaque in copy_props
2013-03-10 Janne Grunaura144: check buffer size before requesting a buffer
2013-03-10 Janne Grunauwmapro: unref skipped frames
2013-03-10 Janne Grunausvq1: use av_frame_free to free refcounted frame
2013-03-10 Anton Khirnovlavc: fix get_buffer() compatibility layer for audio.
2013-03-10 Anton Khirnovratecontrol: remove an unused variable
2013-03-10 Anton Khirnovvorbisdec: do not leak the first frame.
2013-03-10 Xi Wangvf_pad: fix a & instead of && typo
2013-03-09 Vittorio Giovaraavplay: enable only when SDL 1.2 is found
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_VDA_ASYNC cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_CODEC_ID cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_FIND_BEST_PIX_FMT cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_DSP_MASK cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_SUB_ID cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_INTER_THRESHOLD cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_COLOR_TABLE_ID cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_MPV_GLOBAL_OPTS cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_OLD_ENCODE_VIDEO cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
2013-03-09 Anton Khirnovlavc: remove disabled FF_API_OLD_DECODE_AUDIO cruft
2013-03-09 Anton Khirnovatomic: fix CAS with armcc.
2013-03-08 Justin Rugglespng: use av_mallocz_array() for the zlib zalloc function
2013-03-08 Justin Ruggleslibmp3lame: use the correct remaining buffer size when...
2013-03-08 Martin Storsjöatomic: Exclude the unsupported implementation headers...
2013-03-08 Anton Khirnovavconv: do not silently ignore unused codec AVOptions.
2013-03-08 Anton Khirnovavconv: fix a typo
2013-03-08 Anton KhirnovFATE: replace -vb with -b:v
2013-03-08 Anton KhirnovFATE: remove the -dct option from some decoding tests.
2013-03-08 Anton Khirnovavconv: use a local variable for InputFile in open_inpu...
2013-03-08 Anton Khirnovavconv: use a local variable for OutputFile in open_out...
2013-03-08 Anton Khirnovavconv: print an error on applying options of the wrong...
2013-03-08 Martin Storsjöatomic: Check for __sync_val_compare_and_swap instead...
2013-03-08 Martin Storsjöoutput-example: Update to use encode_video2 instead...
2013-03-08 Martin Storsjöatomic: Add include guards to the implementation headers
2013-03-08 Anton Khirnovlavc: update the fallback versions of ff_thread_*
2013-03-08 Yusuke Nakamuralibopencore-amr: Add the missing 3rd argument of ff_get...
2013-03-08 Anton Khirnovvmdaudio: fix invalid reads when packet size is not...
2013-03-08 Anton Khirnovwmaprodec: return an error, not 0, when the input is...
2013-03-08 Anton Khirnovwmaprodec: require block_align to be set.
2013-03-08 Anton Khirnovwmadec: require block_align to be set.
2013-03-08 Anton Khirnovivi_common: do not call MC for intra frames when dc_tra...
2013-03-08 Anton Khirnovroqvideodec: fix a potential infinite loop in roqvideo_...
2013-03-08 Anton Khirnovxxan: fix invalid memory access in xan_decode_frame_type0()
2013-03-08 Anton Khirnovtty: set avg_frame_rate.
2013-03-08 Anton KhirnovFATE: enable multiple slices in the ffv1 vsynth test
2013-03-08 Anton Khirnovffv1: fix calculating slice dimensions for version 2
2013-03-08 Anton Khirnoveamad: allocate a dummy reference frame when the real...
2013-03-08 Anton KhirnovReplace remaining includes of audioconvert.h with chann...
2013-03-08 Anton KhirnovReplace some forgotten instances of PIX_FMT_* with...
2013-03-08 Anton KhirnovAdd the bumps and APIchanges entries for reference...
2013-03-08 Anton Khirnovlavc: postpone the removal of request_channels API.
2013-03-08 Anton KhirnovAVFrame: deprecate all now unused fields
2013-03-08 Anton Khirnovlavc: stop setting AVFrame.motion_subsample_log2
2013-03-08 Anton Khirnovavserver: don't set deprecated options.
2013-03-08 Anton Khirnovavplay: switch to new refcounted frames API
2013-03-08 Anton Khirnovavconv: convert to new refcounted AVFrame API
2013-03-08 Anton Khirnovmpegvideo: drop vismv code
2013-03-08 Anton Khirnovlavc: make up a fake frame channel layout when there...
2013-03-08 Anton Khirnovlavc: limit maximum number of channels to 63
2013-03-08 Anton Khirnovlavc: allow decoders to override frame parameters.
2013-03-08 Anton Khirnovlavc decoders: properly initialize AVFrame.
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-03-08 Anton Khirnovmpegvideo_enc: drop support for reusing the input motio...
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
2013-03-08 Anton KhirnovAVFrame: add side data.
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 Anton KhirnovAVBuffer: add a new API for buffer pools
2013-03-08 Anton Khirnovlavu: add a new API for reference-counted data buffers.
next