aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mark AAC encoder as experimental.Alex Converse2010-05-271-1/+1
* VP8 parserDavid Conrad2010-05-273-0/+42
* Add const to ff_emulated_edge_mcDavid Conrad2010-05-272-2/+2
* Add more const to _l4 pixel functionsDavid Conrad2010-05-271-4/+4
* vp3: Skip the loop filter when strength is 0 or when requestedDavid Conrad2010-05-271-1/+6
* Cosmetics : Fix typo.Jai Menon2010-05-271-1/+1
* Some fields were incorrectly reset (to NULL) when calling avcodec_copy_contex...Jean-Daniel Dupas2010-05-271-3/+0
* Fix pts reordering code.Michael Niedermayer2010-05-271-0/+1
* Add support for the newly added Nut codec tags (added in Nut r669):Stefano Sabatini2010-05-262-0/+20
* Add the forgotten ff_ prefix to the shareable scan patterns.Maxim Poliakovski2010-05-263-10/+10
* Factorize ff_h264_decode_extradata().Howard Chu2010-05-262-35/+47
* Mark vorbis encoder as experimental.Carl Eugen Hoyos2010-05-261-1/+1
* Bump minor version bump and add an APIchanges entry after addition ofStefano Sabatini2010-05-262-1/+4
* Bump minor version and add Changelog entry after r23334.Carl Eugen Hoyos2010-05-262-1/+2
* Treat SIPP like xvid, fixed issue1966Michael Niedermayer2010-05-261-1/+3
* move indeo5 scan patterns into ivi_common.cMaxim Poliakovski2010-05-264-27/+42
* Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it.Janne Grunau2010-05-262-4/+13
* Parse and repack the first frame of H.264 in ASF because SPS+PPS lives in its...Alex Converse2010-05-261-0/+2
* Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine pac...Alex Converse2010-05-264-2/+9
* Fix declaration after statementAlex Converse2010-05-251-1/+2
* matroskadec: avoid potential crash after r23169Aurelien Jacobs2010-05-251-1/+1
* Do not invert samples when encoding Vorbis.Frank Barchard2010-05-251-2/+2
* Check for VUI overeading and reset num_reoder_frames.Michael Niedermayer2010-05-251-0/+6
* ffserver: Send a Content-Base header in the reply to RTSP DESCRIBE requestsMartin Storsjö2010-05-251-0/+1
* Cosmetics: reindent after the previous commitMartin Storsjö2010-05-251-27/+27
* api-example: Try to avoid decoding incomplete framesMartin Storsjö2010-05-251-7/+16
* aacenc: Split find_max_val() from find_min_book() to eliminate duplicate sear...Alex Converse2010-05-251-6/+12
* Remove useless costly inf checks from the trellis scalefactor search.Alex Converse2010-05-251-15/+0
* aacenc: Trellis over scalefactors using an estimated codebook rather than eve...Alex Converse2010-05-251-8/+3
* aacenc: Only trellis over a column of 61 scalefactors (reduced from 256).Alex Converse2010-05-251-26/+52
* aacenc: Factor out find_min_book so it can be used by multiple coefficient co...Alex Converse2010-05-251-17/+22
* We're using generic tag-to-ID functions, so specific codec_id assignmentsZhou Zongyi2010-05-251-5/+0
* Correct golomb vlc decoding tables.Michael Niedermayer2010-05-251-3/+3
* mmst_protocol depends on networkMåns Rullgård2010-05-251-0/+1
* Samsung uses SIPP as FourCC for MPEG-4 ASP.Carl Eugen Hoyos2010-05-251-0/+1
* Look for libvpx headers in the vpx subdirectory in configure, tooMartin Storsjö2010-05-251-1/+1
* Headers for libvpx are installed into vpx subdirectory.Carl Eugen Hoyos2010-05-251-2/+2
* Fix VP8 listing in general.texiMartin Storsjö2010-05-251-1/+1
* 24l trocadero: RTMP reader forgot to shift high byte of timestamp to itstrueice@gmail.com2010-05-251-1/+1
* theora: Don't read an excess bit for maximum length long bit runs if the runDavid Conrad2010-05-251-18/+24
* VP8 decoding via libvpx.James Zern2010-05-257-2/+136
* In ogg muxer, use random serial number of each ogg streamsBaptiste Coudurier2010-05-241-1/+18
* MMS-over-TCP protocol support. Patch by Zhentan Feng <spyfeng gmail com>.Zhentan Feng2010-05-246-2/+696
* Add libavfilter 1-input - 1-output regression test, corresponding to theStefano Sabatini2010-05-243-2/+136
* Add missing codec id <-> codec tag entries:Stefano Sabatini2010-05-241-0/+4
* ffserver: Fix one of the codec parameter checksMartin Storsjö2010-05-241-1/+1
* ffserver: Fix streaming with more than one streamMartin Storsjö2010-05-241-1/+1
* ffserver: Fix extradata handlingHoward Chu2010-05-241-5/+17
* ffserver: Fix an out of bounds readMartin Storsjö2010-05-241-1/+1
* ffserver: Fix another memory leakMartin Storsjö2010-05-241-1/+0