platform/upstream/libav.git
2009-12-01 Michael NiedermayerMake rv1/2 decoder use the next slice if needed.
2009-12-01 Baptiste Coudurieruse AVFormatContext in av_log, better than AVCodecConte...
2009-12-01 Baptiste Coudurierupdate seek regression ref due to r20674, packet size...
2009-12-01 Michael NiedermayerSupport ASCII pnms.
2009-12-01 Kostya ShishkovWrite timestamp deltas, not timestamps, for RTMP packet...
2009-12-01 Kostya ShishkovFull-header RTMP packets contain real timestamp, others...
2009-12-01 Kostya ShishkovWrite header for RTMP packets with channel_id >= 64...
2009-12-01 SergiyRead and write extended timestamps for RTMP packets.
2009-12-01 Kostya Shishkov7l trocadero: reading right into enum variable may...
2009-12-01 Michael NiedermayerSupport "A format generated by IndigoVision 8000 video...
2009-12-01 Jai Menonpngdec.c : release allocated buffers.
2009-12-01 Michael Niedermayerslif aka "SoftLab MPEG-2 I-frames Codec" support.
2009-12-01 Michael Niedermayer4:2:2 4:4:4 bugfix for the error concealment code.
2009-11-30 Stefano SabatiniRename parameters of put_sbits() to make them consisten...
2009-11-30 Michael NiedermayerMove "slice below image" check from mpeg_decode_slice...
2009-11-30 Michael NiedermayerPrint a warning if the duration is estimated from the...
2009-11-30 Vitor Sessakdecode qcelp in aiff, implement #1524, patch by Vitor
2009-11-30 Baptiste CoudurierCheck Xfixes.h header presence before enabling x11grab.
2009-11-30 Michael NiedermayerMove dummy picture allocation code from mpeg1/2 to...
2009-11-30 Michael NiedermayerDisable error resilience for field pictures, this was...
2009-11-30 Michael NiedermayerSet mb_y in mpeg2 field pictures like h264 does.
2009-11-30 Michael NiedermayerMake ""MPEG motion vector out of boundary" message...
2009-11-30 Attila KinaliFix an issue uncovered by commit 20623:
2009-11-30 Michael NiedermayerStart decoding from seq/gop too, not just I frames.
2009-11-30 Michael NiedermayerFix dual prime motion compensation in field pictures.
2009-11-29 Matthieu CastetInclude alsa headers before the internal FFmpeg headers.
2009-11-29 Stefano SabatiniFactorize common commandline options definition.
2009-11-29 Stefano SabatiniUse more consistent / meaningful parameter names for the
2009-11-29 Ivo van Poortenconsistency with other files: av_cold static ---> stati...
2009-11-29 Baptiste Coudurier100l, max value for timescale is UINT16_MAX
2009-11-29 Stefano SabatiniUse the correct chroma values for the data[] array...
2009-11-29 Stefano SabatiniUse a valid log context for av_log().
2009-11-29 Måns Rullgårdnellymoser: use constant seed for dithering RNG
2009-11-29 Måns Rullgårdcook: use constant seed for dithering RNG
2009-11-29 Michael NiedermayerPrint errors instead of just ignoring contradictionary...
2009-11-29 Stefano SabatiniDocument slice ordering assumption required by avfilter...
2009-11-29 Michael NiedermayerOverride a few values read so as to ensure that things...
2009-11-29 Michael NiedermayerRestructure dummy frame allocation.
2009-11-29 Baptiste Coudurierremove useless mov timescale field
2009-11-29 Baptiste Coudurierchange track timescale to unsigned int, fix warning
2009-11-29 Baptiste Couduriertrack time can be 64bit
2009-11-29 Baptiste Couduriersupport pcm_f32/64le in mov
2009-11-29 Baptiste Couduriercosmetics, reindent after last commit
2009-11-29 Baptiste Couduriersupport sample rates > INT16_MAX in mov using stsd v2
2009-11-29 Michael NiedermayerMake sure field_select is not set to nonsensical values...
2009-11-28 Michael NiedermayerFactorize "s->first_slice = 1" out.
2009-11-28 Michael NiedermayerAlso check the location of the picture start code and...
2009-11-28 Michael NiedermayerCheck order of startcodes, ignore some obviously wrong...
2009-11-28 Michael NiedermayerMove mpeg_decode_postinit() out of bitstream decoding...
2009-11-28 Michael NiedermayerInline mpeg_decode_extension, will simplify future...
2009-11-28 Michael NiedermayerSimplify mpeg_decode_user_data()
2009-11-28 Stefano SabatiniFix put_bits32() doxy.
2009-11-28 Stefano SabatiniConsistently put braces for function definitions.
2009-11-28 Stefano SabatiniFix typo, "Write" -> "Writes".
2009-11-28 Stefano SabatiniUse pixel formats names defined in av_pix_fmt_descripto...
2009-11-28 Stefano SabatiniRemove unused PixFmtInfo.is_hwaccel field.
2009-11-27 Michael NiedermayerRemove "frame size must be a multiple of 2" check.
2009-11-27 Michael NiedermayerAdd nomouse option to not record the mouse cursor.
2009-11-27 Michael NiedermayerRemove unused stuff.
2009-11-27 RoxisReal cursor support in x11grab.
2009-11-27 Michael NiedermayerDo not invent error codes but pass the error code on.
2009-11-27 Michael NiedermayerReplace very odd and completely broken oss read_packet...
2009-11-27 Jai MenonFix typo.
2009-11-26 Reimar DöffingerAdd support for hardcoding the motionpixels rgb to...
2009-11-26 Reimar Döffinger10l, pix_fmt should be set by the motionpixels decoder...
2009-11-26 Stefano SabatiniMake sws_format_name() use av_pix_fmt_descriptors.
2009-11-26 Stefano SabatiniMake avcodec_get_pix_fmt_name() use av_pix_fmt_descript...
2009-11-26 Stefano SabatiniMake av_pix_fmt_descriptors use the same pixel format...
2009-11-26 Jai MenonAllow decoders to correctly set the sample format by...
2009-11-26 Stefano SabatiniRemove x_chroma_shift and y_chroma_shift fields from...
2009-11-26 Jai MenonUpdate libavformat regression reference checksum for...
2009-11-26 Måns RullgårdRevert "Add required header #include to fix 'make check...
2009-11-26 Diego Biurruncosmetics: K&R style, prettyprinting
2009-11-26 Diego BiurrunMark apply_mdct() function as static; it is only used...
2009-11-26 Stefano SabatiniUse av_pix_fmt_descriptors in avcodec_get_chroma_sub_sa...
2009-11-25 Stefano SabatiniUse av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt...
2009-11-25 Michael NiedermayerRemove special case that changed video sync behavior...
2009-11-25 Stefano SabatiniAdd an entry for the AVFilter.next field removal.
2009-11-25 Diego Biurrun-DFRAC_BITS must be added to CPPFLAGS when compiling...
2009-11-25 Diego BiurrunAdd required header #include to fix 'make checkheaders'.
2009-11-25 Stefano SabatiniRemove AVFilter.next field, since it is not used and...
2009-11-25 Ramiro PollaFix nv12/nv21 handling. linesize for plane 1 should...
2009-11-25 David ConradSupport compiling against libtheora older than 1.1
2009-11-25 Stefano SabatiniAdd an entry for the avfilter_next() function addition.
2009-11-24 Stefano SabatiniImplement avfilter_next().
2009-11-24 Stefano SabatiniAdd an entry for the avfilter_register() signature...
2009-11-24 Stefano SabatiniImplement a new registration system for filters.
2009-11-24 Stefano SabatiniAdd an entry for the pixdesc.h API publication.
2009-11-24 Stefano SabatiniMake the pixdesc API public.
2009-11-24 Vitor SessakMake lsp2polyf() function non-static for upcoming usage...
2009-11-24 Jason Garrett... Update ffserver to include all basic x264 parameters...
2009-11-24 Jason Garrett... Add weightp support in API for libx264.
2009-11-24 Reimar DöffingerCall ff_find_hwaccel() after calling avcodec_set_dimens...
2009-11-24 Måns RullgårdWMA: extend exponent range to 95
2009-11-24 Baptiste Coudurierupdate seek regression ref due to r20579, mp3 timestamp...
2009-11-24 Peter RossDetermine VOC block length when length field is zero...
2009-11-24 Kostya ShishkovCall avcodec_set_dimensions() instead of simply setting...
2009-11-23 Vitor SessakAdd missing include. Fix the following compiler warnings:
2009-11-23 Måns RullgårdWMA: extend exponent table up to 75
2009-11-23 Stefano SabatiniClarify PIX_FMT_BE flag doxy. Increase consistency...
next