]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
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.
2013-03-08 Ronald S. Bultjelavu: add support for atomic operations.
2013-03-08 Alexander Kojevnikovmp3dec: Fix VBR bit rate parsing
2013-03-07 Martin Storsjöavstring: Fix isxdigit to not accept non-hex characters
2013-03-07 Diego Biurrunconfigure: Add missing videodsp dependencies to some...
2013-03-07 Diego Biurrunbuild: cosmetics: Group hw accelerator Makefile entries...
2013-03-07 Diego Biurrunconfigure: Add missing h264chroma dependencies to vp5...
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 Diego Biurrunbuild: Fix error_resilience code dependencies
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
2013-03-07 Reimar Döffingeravstring: Add locale independent versions of some ctype...
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 Martin Storsjöavconv: Make sure the encoder exists before inspecting...
2013-03-06 Carl Eugen... cavs: Add a dependency on h264chroma
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...
next