]> git.sesse.net Git - ffmpeg/history - libavcodec
Support unsigned variants of already supported signed formats in alsa.
[ffmpeg] / libavcodec /
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 Carl Eugen HoyosMention 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 Khirnovlavc: postpone removal of request_channels
2011-04-13 Anton Khirnovlavc: postpone removal of audioconvert and sample_fmt...
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 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-12 Alberto DelmasCheck for successful h263 init in msmpeg4 init
2011-04-12 Reimar DöffingerASS decoder also requires ass_split.o to be compiled.
2011-04-12 Carl Eugen HoyosFix 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 Martin Storsjölibavcodec: Use "const enum AVSampleFormat[]" in AVCode...
2011-04-12 Carl Eugen HoyosUse const where appropriate.
2011-04-12 Carl Eugen HoyosMention 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 Aurelien Jacobscompute rects duration in ASS decoder
2011-04-11 Aurelien Jacobsadd avcodec_get_subtitle_defaults() to initialize AVSub...
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 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 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
2011-04-10 Oskar ArvidssonAdd the notion of pixel size in h264 related functions.
2011-04-10 Oskar ArvidssonMake the h264 loop filter bit depth aware.
2011-04-10 Oskar ArvidssonTemplate dsputil_internal.h with respect to pixel size...
2011-04-10 Oskar ArvidssonTemplate h264idct_internal.h with respect to pixel...
2011-04-10 Oskar ArvidssonTemplate h264pred_internal.h with respect to bit depth...
2011-04-10 Oskar ArvidssonTemplate h264dsp_internal.h with respect to pixel size...
2011-04-10 Oskar ArvidssonMove some functions in dsputil.c into a new file dsputi...
2011-04-10 Oskar ArvidssonMove the functions in h264idct into a new file h264idct...
2011-04-10 Oskar ArvidssonMove the functions in h264pred.c into a new file h264pr...
2011-04-10 Oskar ArvidssonMove the functions in h264dsp.c into a new file h264dsp...
2011-04-10 Oskar ArvidssonAdd pixel formats for 9- and 10-bit yuv420p.
2011-04-10 Oskar ArvidssonChoose h264 chroma dc dequant function dynamically.
2011-04-10 Michael NiedermayerH264: Fix slice threads
2011-04-10 Reimar DöffingerFix input buffer size check in adpcm_ea decoder.
2011-04-10 Alberto DelmásParse sprite data for WMVP and WVP2, and decode sprites...
2011-04-10 pin xuereplace movw instruction in ac3dsp_armv6.S
2011-04-10 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-09 Alexander Strangepthread: validate_thread_parameters() ignored slice...
2011-04-09 Reimar DöffingerUse consistent condition for whether to run slice-threa...
2011-04-09 Gwenole Beauchesnevaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding...
2011-04-09 Gwenole Beauchesnevaapi: filter out DELAYED_PIC_REF flag to determine...
2011-04-09 Philip LangdaleCrystalHD: Improve detection of h.264 content.
2011-04-09 Philip LangdaleCrystalHD: Carry picture type from input to output...
2011-04-09 Philip LangdaleCrystalHD: Bring in h.264 parser to establish picture...
2011-04-09 Philip LangdaleCrystalHD: Change opaque_list_pop to return the node.
2011-04-09 Philip LangdaleCrystalHD: Fix whitespace after previous change.
2011-04-09 Philip LangdaleCrystalHD: Handle different h.264 MBAFF packing.
2011-04-09 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-08 Michael NiedermayerFix ticket21, temporary audio array was too small.
2011-04-08 Michael NiedermayerCleanup 'Fix spurious warning when stream has SPS and...
2011-04-08 Alexander Strange Merge remote-tracking branch 'ffmpeg-mt/master'
2011-04-08 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-07 Michael NiedermayerFix deblocking with thread_slices
2011-04-07 Anton Khirnovlavc: add a FF_API_REQUEST_CHANNELS deprecation macro
2011-04-07 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-06 BradFix parser: mark av_parser_parse() for removal on next...
2011-04-06 Michael NiedermayerFix ticket34
2011-04-06 Michael NiedermayerMerge remote branch 'qatar/master'
2011-04-05 Michael NiedermayerFix ffmpeg-mt fixme in h264.
2011-04-05 Michael NiedermayerFix REBASE_PICTURE with h.264
2011-04-05 Michael NiedermayerFix Ticket37
2011-04-05 Nathan Caldwellpsymodel: extend API to include PE and bit allocation.
2011-04-05 Reimar DöffingerDo not offer unsupported HWAccel PIX_FMT.
2011-04-05 Reimar DöffingerUse CONFIG_VDPAU as condition for using ff_vdpau_mpeg_p...
2011-04-05 Reimar Döffingerac3dec: avoid pointless alloc and indirection for input...
2011-04-05 Alexander StrangeRemove unnecessary parameter from ff_thread_init()...
2011-04-05 Janne GrunauRevert "aac_latm_dec: use aac context and aac m4ac"
2011-04-05 Philip Langdaleh264_parser: Fix whitespace after previous change.
next