summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 4:2:2 4:4:4 bugfix for the error concealment code.Michael Niedermayer2009-12-01
* Rename parameters of put_sbits() to make them consistent with those ofStefano Sabatini2009-11-30
* Move "slice below image" check from mpeg_decode_slice to its caller.Michael Niedermayer2009-11-30
* Print a warning if the duration is estimated from the bitrate, as this isMichael Niedermayer2009-11-30
* decode qcelp in aiff, implement #1524, patch by VitorVitor Sessak2009-11-30
* Check Xfixes.h header presence before enabling x11grab.Baptiste Coudurier2009-11-30
* Move dummy picture allocation code from mpeg1/2 to mpegvideo.Michael Niedermayer2009-11-30
* Disable error resilience for field pictures, this was never supported,Michael Niedermayer2009-11-30
* Set mb_y in mpeg2 field pictures like h264 does.Michael Niedermayer2009-11-30
* Make ""MPEG motion vector out of boundary" message more verbose.Michael Niedermayer2009-11-30
* Fix an issue uncovered by commit 20623:Attila Kinali2009-11-30
* Start decoding from seq/gop too, not just I frames.Michael Niedermayer2009-11-30
* Fix dual prime motion compensation in field pictures.Michael Niedermayer2009-11-30
* Include alsa headers before the internal FFmpeg headers.Matthieu Castet2009-11-29
* Factorize common commandline options definition.Stefano Sabatini2009-11-29
* Use more consistent / meaningful parameter names for theStefano Sabatini2009-11-29
* consistency with other files: av_cold static ---> static av_coldIvo van Poorten2009-11-29
* 100l, max value for timescale is UINT16_MAXBaptiste Coudurier2009-11-29
* Use the correct chroma values for the data[] array used inStefano Sabatini2009-11-29
* Use a valid log context for av_log().Stefano Sabatini2009-11-29
* nellymoser: use constant seed for dithering RNGMåns Rullgård2009-11-29
* cook: use constant seed for dithering RNGMåns Rullgård2009-11-29
* Print errors instead of just ignoring contradictionary values in mpeg2 silently.Michael Niedermayer2009-11-29
* Document slice ordering assumption required by avfilter_draw_slice().Stefano Sabatini2009-11-29
* Override a few values read so as to ensure that things are not inconsistent.Michael Niedermayer2009-11-29
* Restructure dummy frame allocation.Michael Niedermayer2009-11-29
* remove useless mov timescale fieldBaptiste Coudurier2009-11-29
* change track timescale to unsigned int, fix warningBaptiste Coudurier2009-11-29
* track time can be 64bitBaptiste Coudurier2009-11-29
* support pcm_f32/64le in movBaptiste Coudurier2009-11-29
* cosmetics, reindent after last commitBaptiste Coudurier2009-11-29
* support sample rates > INT16_MAX in mov using stsd v2Baptiste Coudurier2009-11-29
* Make sure field_select is not set to nonsensical values even if unused.Michael Niedermayer2009-11-29
* Factorize "s->first_slice = 1" out.Michael Niedermayer2009-11-28
* Also check the location of the picture start code and picture codingMichael Niedermayer2009-11-28
* Check order of startcodes, ignore some obviously wrong ones.Michael Niedermayer2009-11-28
* Move mpeg_decode_postinit() out of bitstream decoding functions, it does notMichael Niedermayer2009-11-28
* Inline mpeg_decode_extension, will simplify future changes.Michael Niedermayer2009-11-28
* Simplify mpeg_decode_user_data()Michael Niedermayer2009-11-28
* Fix put_bits32() doxy.Stefano Sabatini2009-11-28
* Consistently put braces for function definitions.Stefano Sabatini2009-11-28
* Fix typo, "Write" -> "Writes".Stefano Sabatini2009-11-28
* Use pixel formats names defined in av_pix_fmt_descriptors rather thanStefano Sabatini2009-11-28
* Remove unused PixFmtInfo.is_hwaccel field.Stefano Sabatini2009-11-28
* Remove "frame size must be a multiple of 2" check.Michael Niedermayer2009-11-27
* Add nomouse option to not record the mouse cursor.Michael Niedermayer2009-11-27
* Remove unused stuff.Michael Niedermayer2009-11-27
* Real cursor support in x11grab.Roxis2009-11-27
* Do not invent error codes but pass the error code on.Michael Niedermayer2009-11-27
* Replace very odd and completely broken oss read_packet() by the obvious way toMichael Niedermayer2009-11-27