summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Cosmetics: whitespaceAlex Converse2010-05-28
| | | | Originally committed as revision 23367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacenc: Remove unnecessary variables and scopes in the TLS.Alex Converse2010-05-28
| | | | Originally committed as revision 23366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleanup prev commit, flag variable should start with 0Howard Chu2010-05-28
| | | | Originally committed as revision 23364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parse avctx->extradata if available.Howard Chu2010-05-28
| | | | | | Fixes many "non-existing PPS referenced" error messages Originally committed as revision 23363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after r23361.Francesco Lavra2010-05-28
| | | | | | Patch by Francesco Lavra <francescolavra interfree it>. Originally committed as revision 23362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use ff_rm_codec_tags[] in RM muxer. This, incidentally, also allows muxingFrancesco Lavra2010-05-28
| | | | | | | | | other audio codecs rather than only AC-3, so add some code that makes word byte-swapping only happen for AC-3, not for all audio codecs. Patch by Francesco Lavra <francescolavra interfree it>. Originally committed as revision 23361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move rm_codec_tags to rm.c so muxer/demuxer can share it.Francesco Lavra2010-05-28
| | | | | | Patch by Francesco Lavra <francescolavra interfree it>. Originally committed as revision 23360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vp3: 10l Fix DC-only IDCT for C and ARM tooDavid Conrad2010-05-28
| | | | Originally committed as revision 23359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vp3: The DC-only IDCT is surprisingly not supposed to be bitexact to theDavid Conrad2010-05-28
| | | | | | full IDCT. Fix this. Originally committed as revision 23358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* On2 IVF demuxerDavid Conrad2010-05-27
| | | | Originally committed as revision 23357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure that when the parser is feeded with frame==packet that theMichael Niedermayer2010-05-27
| | | | | | | packets are passed through and wont be marked as static which would require them to be copied by av_dup_packet(). Originally committed as revision 23352 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: Clarify a channel mapping comment.Cyril Russo2010-05-27
| | | | | | Patch by Cyril Russo >stage nexvision laposte net< Originally committed as revision 23351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark AAC encoder as experimental.Alex Converse2010-05-27
| | | | Originally committed as revision 23350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP8 parserDavid Conrad2010-05-27
| | | | Originally committed as revision 23349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const to ff_emulated_edge_mcDavid Conrad2010-05-27
| | | | Originally committed as revision 23348 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add more const to _l4 pixel functionsDavid Conrad2010-05-27
| | | | Originally committed as revision 23347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vp3: Skip the loop filter when strength is 0 or when requestedDavid Conrad2010-05-27
| | | | Originally committed as revision 23346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics : Fix typo.Jai Menon2010-05-27
| | | | Originally committed as revision 23345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some fields were incorrectly reset (to NULL) when calling ↵Jean-Daniel Dupas2010-05-27
| | | | | | | | avcodec_copy_context(). Patch by Jean-Daniel Dupas, devlists shadowlab org Originally committed as revision 23344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix pts reordering code.Michael Niedermayer2010-05-27
| | | | | | This fixes a regression introduced when libavfilter support was added to ffplay. Originally committed as revision 23343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for the newly added Nut codec tags (added in Nut r669):Stefano Sabatini2010-05-26
| | | | | | | Y1[00][16], [16][00]1Y, Y3[11][16], [16][11]3Y, Y3[10][16], [16][10]3Y, Y3[00][16], [16][00]3Y, Y4[11][ 8], Y2[00][ 8]. Originally committed as revision 23342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the forgotten ff_ prefix to the shareable scan patterns.Maxim Poliakovski2010-05-26
| | | | Originally committed as revision 23341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize ff_h264_decode_extradata().Howard Chu2010-05-26
| | | | | | Patch by Howard Chu, hyc highlandsun com Originally committed as revision 23340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark vorbis encoder as experimental.Carl Eugen Hoyos2010-05-26
| | | | Originally committed as revision 23339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor version bump and add an APIchanges entry after addition ofStefano Sabatini2010-05-26
| | | | | | CODEC_CAP_EXPERIMENTAL. Originally committed as revision 23338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump minor version and add Changelog entry after r23334.Carl Eugen Hoyos2010-05-26
| | | | Originally committed as revision 23337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Treat SIPP like xvid, fixed issue1966Michael Niedermayer2010-05-26
| | | | Originally committed as revision 23336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move indeo5 scan patterns into ivi_common.cMaxim Poliakovski2010-05-26
| | | | | | so those can be shared by indeo4. Originally committed as revision 23335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CODEC_CAP_EXPERIMENTAL and prefer encoders without it.Janne Grunau2010-05-26
| | | | | | Patch by Janne Grunau, janne-ffmpeg jannau net Originally committed as revision 23334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parse and repack the first frame of H.264 in ASF because SPS+PPS lives in ↵Alex Converse2010-05-26
| | | | | | its own packet. Originally committed as revision 23333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an AVSTREAM_PARSE_FULL_ONCE parsing mode to parse headers and combine ↵Alex Converse2010-05-26
| | | | | | packets once and only once. Originally committed as revision 23332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix declaration after statementAlex Converse2010-05-25
| | | | Originally committed as revision 23331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: avoid potential crash after r23169Aurelien Jacobs2010-05-25
| | | | Originally committed as revision 23330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not invert samples when encoding Vorbis.Frank Barchard2010-05-25
| | | | | | Patch by Frank Barchard, fbarchard google Originally committed as revision 23329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for VUI overeading and reset num_reoder_frames.Michael Niedermayer2010-05-25
| | | | | | This helps the video from issue1831 Originally committed as revision 23328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffserver: Send a Content-Base header in the reply to RTSP DESCRIBE requestsMartin Storsjö2010-05-25
| | | | | | This is needed for QuickTime Player to be able to connect properly. Originally committed as revision 23325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: reindent after the previous commitMartin Storsjö2010-05-25
| | | | Originally committed as revision 23324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* api-example: Try to avoid decoding incomplete framesMartin Storsjö2010-05-25
| | | | | | | Use a larger input audio buffer, refill it when it has less than 4 KB data left. Originally committed as revision 23323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacenc: Split find_max_val() from find_min_book() to eliminate duplicate ↵Alex Converse2010-05-25
| | | | | | searches. Originally committed as revision 23322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless costly inf checks from the trellis scalefactor search.Alex Converse2010-05-25
| | | | Originally committed as revision 23319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacenc: Trellis over scalefactors using an estimated codebook rather than ↵Alex Converse2010-05-25
| | | | | | | | every codebook. The minimal codebook to encode the band without clipping is used (as is done in the TLS). Originally committed as revision 23318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacenc: Only trellis over a column of 61 scalefactors (reduced from 256).Alex Converse2010-05-25
| | | | | | This still provides plenty of dynamic range, makes every move legal, and greatly reduces the search space. Originally committed as revision 23317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacenc: Factor out find_min_book so it can be used by multiple coefficient ↵Alex Converse2010-05-25
| | | | | | coders. Originally committed as revision 23316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* We're using generic tag-to-ID functions, so specific codec_id assignmentsZhou Zongyi2010-05-25
| | | | | | are no longer necessary. Patch by Zhou Zongyi <zhouzy AT os pku edu cn>. Originally committed as revision 23312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct golomb vlc decoding tables.Michael Niedermayer2010-05-25
| | | | | | Fixes issue 1930 Originally committed as revision 23311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mmst_protocol depends on networkMåns Rullgård2010-05-25
| | | | Originally committed as revision 23310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Samsung uses SIPP as FourCC for MPEG-4 ASP.Carl Eugen Hoyos2010-05-25
| | | | Originally committed as revision 23309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Look for libvpx headers in the vpx subdirectory in configure, tooMartin Storsjö2010-05-25
| | | | Originally committed as revision 23308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Headers for libvpx are installed into vpx subdirectory.Carl Eugen Hoyos2010-05-25
| | | | Originally committed as revision 23307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix VP8 listing in general.texiMartin Storsjö2010-05-25
| | | | Originally committed as revision 23306 to svn://svn.ffmpeg.org/ffmpeg/trunk