]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2011-04-14 Carl Eugen... Support alsa channel reordering for float.
2011-04-14 Carl Eugen... Add forgotten line to silence a warning for int32.
2011-04-14 Carl Eugen... Also support alsa channel reordering for u16 and u32...
2011-04-14 Carl Eugen... Rename the s16 and s32 alsa reorder functions as int16...
2011-04-14 Carl Eugen... Support unsigned variants of already supported signed...
2011-04-14 Carl Eugen... Support a-law and mu-law output in alsa.
2011-04-14 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-13 Martin Storsjölibopencore-amr, libvo-amrwbenc: Allow enabling DTX...
2011-04-13 Martin Storsjölibopencore-amr, libvo-amrwbenc: Only check the bitrate...
2011-04-13 Martin Storsjölibopencore-amr, libvo-amrwbenc: Find the closest match...
2011-04-13 Martin Storsjölibvo-*: Fix up the long codec names
2011-04-13 Martin Storsjölibavcodec: Mark AVCodec->priv_class const
2011-04-13 Luca Barbatoswscale: Factorize FAST_BGR2YV12 definition.
2011-04-13 Carl Eugen... Mention VisualOn in the new codecs' long names to expla...
2011-04-13 Martin Storsjölibvo-aacenc: Only produce extradata if the global...
2011-04-13 Anton Khirnovlavf: postpone removal of public metadata conversion API
2011-04-13 Anton Khirnovlavc: postpone removal of request_channels
2011-04-13 Anton Khirnovlavc: postpone removal of audioconvert and sample_fmt...
2011-04-13 Anton Khirnovlavf: postpone removal of deprecated avio functions
2011-04-13 Martin Storsjölibopencore-amr: Cosmetics: Rewrap and align
2011-04-13 Martin Storsjölibopencore-amr, libvo-amrbwenc: Rename variables and...
2011-04-13 Martin Storsjölibopencore-amr: Convert commented out debug logging...
2011-04-13 Martin Storsjölibopencore-amr: Remove an unused state variable
2011-04-13 Martin Storsjölibvo-amrwbenc: Don't explicitly store bitrate modes...
2011-04-13 Martin Storsjölibopencore-amr: Remove a useless local variable
2011-04-13 Martin Storsjölibopencore-amr, libvo-amrwbenc: Make the bitrate/mode...
2011-04-13 Martin Storsjölibopencore-amr, libvo-amrwbenc: Return proper error...
2011-04-13 Martin Storsjölibopencore-amr: Don't print carriage returns in log...
2011-04-13 Martin Storsjölibopencore-amr: Remove an old workaround for libamr...
2011-04-13 Martin Storsjölibopencore-amr: Make the opaque encoder pointer a...
2011-04-13 Martin Storsjölibopencore-amr: Remove unused code fragments
2011-04-13 Martin Storsjöapplehttp: Only check the discard flags if v->ctx actua...
2011-04-13 Stefano Sabatiniffplay: implement -showmode option
2011-04-13 Stefano Sabatiniffplay: use symbolic constant values for show_audio
2011-04-13 Stefano Sabatiniffplay: remove audio_write_get_buf_size() forward decla...
2011-04-13 Stefano Sabatiniffplay: avoid unnecessary intermediary struct in queue_...
2011-04-13 Stefano Sabatiniffplay: remove unused field VideoState.dtg_active_format
2011-04-13 Luca Barbatodoc: update developer guide
2011-04-13 Carl Eugen... Fix compilation with --disable-avfilter.
2011-04-13 Anton Khirnovlavf: bump minor and add an APIChanges entry for the...
2011-04-13 Anton Khirnovavio: deprecate url_exist in favor of avio_check.
2011-04-13 Stefano Sabatinifile: implement url_check() callback in the file and...
2011-04-13 Stefano Sabatiniavio: add avio_check()
2011-04-13 Anton Khirnovavio: left-shift AVIO_ flags on next bump
2011-04-13 Michael Niedermayerflv demuxer: dont error out due to index problems,...
2011-04-13 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-12 Alberto DelmasCheck for successful h263 init in msmpeg4 init
2011-04-12 Vitor Sessaklavf/utils.c: Order packets with identical PTS by strea...
2011-04-12 Reimar DöffingerASS decoder also requires ass_split.o to be compiled.
2011-04-12 Martin Storsjöflvdec: Allow parsing keyframes metadata without seekin...
2011-04-12 Luca BarbatoError out if vaapi is not found
2011-04-12 Anton Khirnovavio: undeprecate av_url_read_fseek/fpause under nicer...
2011-04-12 Carl Eugen... Fix compilation with --disable-yasm.
2011-04-12 Michael NiedermayerAdd forgotten const to enum AVSampleFormat
2011-04-12 Martin Storsjölibvo-*: Don't use deprecated sample format names and...
2011-04-12 Kharkov Alexanderflvdec: Fix support for flvtool2 "keyframes based"...
2011-04-12 Martin Storsjölibavcodec: Use "const enum AVSampleFormat[]" in AVCode...
2011-04-12 Sven C. DackCosmetics: Rename variable param as the more appropriat...
2011-04-12 Sven C. DackCosmetics: Fix white-space in av_log() message.
2011-04-12 Carl Eugen... Fix output of AV_CH_LAYOUT_5POINT0 via alsa by reorderi...
2011-04-12 Carl Eugen... Support CODEC_ID_PCM_F64* output via alsa (stereo only).
2011-04-12 Carl Eugen... Support CODEC_ID_PCM_S24* output via alsa (stereo only).
2011-04-12 Carl Eugen... Use const where appropriate.
2011-04-12 Carl Eugen... Mention VisualOn in the new codecs' long names to expla...
2011-04-12 Alex ConverseFix the conversion of AV_SAMPLE_FMT_FLT and _DBL to...
2011-04-12 Alex ConverseConvert some undefined 1<<31 shifts into 1U<<31.
2011-04-12 James Zernvpxenc: add CQ_LEVEL mapping
2011-04-12 James Zernvpxenc: add VP8E_SET_STATIC_THRESHOLD mapping
2011-04-12 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-12 Aurelien Jacobscosmetics: alignment
2011-04-11 Stefano Sabatiniffplay: fix weird brace placement in video_image_display()
2011-04-11 Stefano Sabatiniffplay: rename output_picture2() to output_picture()
2011-04-11 Stefano Sabatiniffplay: remove useless intermediary variable dst_pix_fm...
2011-04-11 Stefano Sabatiniffplay: avoid forward declaration for packet_queue_put()
2011-04-11 Stefano Sabatiniffplay: compact expression in compute_mod()
2011-04-11 Aurelien Jacobscompute rects duration in ASS decoder
2011-04-11 Aurelien Jacobsadd avcodec_get_subtitle_defaults() to initialize AVSub...
2011-04-11 Diego BiurrunAdd unconditional return statement to yuva420_rgb32_MMX...
2011-04-11 Diego BiurrunFix compilation of timefilter test program.
2011-04-11 Martin StorsjöAdd support for AMR-WB encoding via libvo-amrwbenc
2011-04-11 Martin StorsjöAdd an AAC encoder by using the libvo-aacenc library
2011-04-11 Michael Niedermayeroggdec: use av_freep() instead of av_free()
2011-04-11 Stefano Sabatinivsrc_buffer.h: add file doxy
2011-04-11 Stefano Sabatinivsrc_buffer.h: add multiple inclusion guards
2011-04-11 Stefano Sabatinivsrc_buffer: tweak error message in init()
2011-04-11 Martin Storsjög722: Return 8 bits per sample for g722 in av_get_bits_...
2011-04-11 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-10 Michael NiedermayerRevert "fbdev: simplify logic in fbdev_read_packet()"
2011-04-10 Stefano Sabatiniffmpeg: rename configure_filters() to configure_video_f...
2011-04-10 Mark Himsleylavfi: add fieldorder filter
2011-04-10 Stefano Sabatinifbdev: simplify logic in fbdev_read_packet()
2011-04-10 Michael NiedermayerH264: Allow templating hl_decode_mb based on pixel_size.
2011-04-10 Michael NiedermayerH264: factor if() out of coef decoding loop of decode_c...
2011-04-10 Michael NiedermayerH264: Split out hl_motion and template it, this seems...
2011-04-10 Michael NiedermayerH264: replace pixel_size by pixel_shift
2011-04-10 Michael Niedermayerh264: Print bpp Signed-off-by: Michael Niedermayer...
2011-04-10 Oskar ArvidssonEnable decoding of high bit depth h264.
2011-04-10 Oskar ArvidssonAdds 8-, 9- and 10-bit versions of some of the function...
2011-04-10 Oskar ArvidssonAdd support for higher QP values in h264.
2011-04-10 Michael NiedermayerH264: fix prefetch
next