summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move wmv1_scantable to .rodata section by making it an array of arrays.Diego Pettenò2008-01-072-48/+42
| | | | | | Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com Originally committed as revision 11446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the av_class member of PPContext a poiner to constant AVClass.Diego Pettenò2008-01-072-2/+2
| | | | | | Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com Originally committed as revision 11445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark the tables in g726.c as constant.Diego Pettenò2008-01-071-22/+22
| | | | | | Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com Originally committed as revision 11444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make v4l.c's video_formats constant and static.Diego Pettenò2008-01-071-1/+1
| | | | | | Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com Originally committed as revision 11443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused symbol.Diego Pettenò2008-01-072-4/+0
| | | | | | Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com Originally committed as revision 11442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split out init of downmix coeffs into a separate function that can be calledJustin Ruggles2008-01-071-10/+30
| | | | | | only when needed Originally committed as revision 11441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_mkv_codec_tags lie entirely in .rodata section.Aurelien Jacobs2008-01-073-3/+3
| | | | | | From: Diego 'Flameeyes' Pettenò < flameeyes _at_ gmail _dot_ com > Originally committed as revision 11440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded variable from AC3DecodeContextJustin Ruggles2008-01-061-3/+1
| | | | Originally committed as revision 11439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make sure that the last coupling band stops at the end of the coupling rangeJustin Ruggles2008-01-061-0/+1
| | | | Originally committed as revision 11438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add another pair of parentheses to aid readability.Diego Biurrun2008-01-061-1/+1
| | | | Originally committed as revision 11437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix phase flag processing for the case when coupling coordinates are reusedJustin Ruggles2008-01-061-4/+7
| | | | | | for the right channel, but new for the left channel Originally committed as revision 11436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename two structures, identifiers starting with _[A-Z] are reserved.Diego Biurrun2008-01-062-4/+4
| | | | Originally committed as revision 11435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, split overly long linesBaptiste Coudurier2008-01-061-22/+36
| | | | Originally committed as revision 11434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fractional parts of motion vectors should be accounted separately tooKostya Shishkov2008-01-061-7/+6
| | | | Originally committed as revision 11433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVRtpPayloadTypes static and constantDiego Pettenò2008-01-062-12/+9
| | | | | | Patch by Diego 'Flameeyes' Pettenò (flameeyes AT gmail DOT com) Originally committed as revision 11432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix playing of multichannel audio for codecs without downmixingJustin Ruggles2008-01-061-15/+20
| | | | Originally committed as revision 11431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, superfluous spaceIvo van Poorten2008-01-051-1/+1
| | | | Originally committed as revision 11430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* proper check for valid pva_ptsIvo van Poorten2008-01-051-1/+1
| | | | Originally committed as revision 11429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not return an error, but warn and recover when encountering an audio packetIvo van Poorten2008-01-051-2/+5
| | | | | | that should countain a signaled mpeg-pes packet. Originally committed as revision 11428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* validate streamid before useIvo van Poorten2008-01-051-0/+4
| | | | Originally committed as revision 11427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change audio codec id to mp2Ivo van Poorten2008-01-051-1/+1
| | | | Originally committed as revision 11426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* proper type and initialization of pva_ptsIvo van Poorten2008-01-051-1/+1
| | | | Originally committed as revision 11425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unnecessary shiftIvo van Poorten2008-01-051-1/+1
| | | | Originally committed as revision 11424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for request_channels in dca init functionJustin Ruggles2008-01-051-0/+7
| | | | Originally committed as revision 11423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add downmixing support to libfaad decoderJustin Ruggles2008-01-052-3/+24
| | | | Originally committed as revision 11422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentation after last commitJustin Ruggles2008-01-051-34/+34
| | | | Originally committed as revision 11421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move E-AC3 header parsing to ff_ac3_parse_header()Justin Ruggles2008-01-052-47/+40
| | | | Originally committed as revision 11420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unneeded variables from AC3HeaderInfoJustin Ruggles2008-01-053-17/+11
| | | | Originally committed as revision 11419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not set channels before checking request_channelsJustin Ruggles2008-01-051-1/+2
| | | | Originally committed as revision 11418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use request_channels in liba52 decoderJustin Ruggles2008-01-051-5/+11
| | | | Originally committed as revision 11417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2008-01-051-1/+1
| | | | Originally committed as revision 11416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for request_channels at codec initJustin Ruggles2008-01-051-0/+7
| | | | Originally committed as revision 11415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not set channels before checking request_channelsJustin Ruggles2008-01-051-1/+2
| | | | Originally committed as revision 11414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update maintainership information after the rtp.c splitLuca Abeni2008-01-051-1/+2
| | | | Originally committed as revision 11413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adjust output channels based on AVCodecContext.request_channels in AC3 parserJustin Ruggles2008-01-051-0/+7
| | | | Originally committed as revision 11412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop non key frames before the first key frame.Michael Niedermayer2008-01-051-1/+3
| | | | Originally committed as revision 11411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* install crc.h which is now part of public APIAurelien Jacobs2008-01-041-0/+1
| | | | Originally committed as revision 11410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve CRC APIAurelien Jacobs2008-01-0412-55/+279
| | | | | | | - don't export any global var - provide either generated or hardcoded tables Originally committed as revision 11409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependenciesLuca Abeni2008-01-043-330/+357
| | | | Originally committed as revision 11408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable proper output from the LFE channel, based on patch from Mathias Rauen ↵Benjamin Larsson2008-01-041-1/+1
| | | | | | dear dot madshi at net Originally committed as revision 11407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's ↵Luca Abeni2008-01-044-527/+557
| | | | | | dependencies Originally committed as revision 11406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-01-041-29/+29
| | | | Originally committed as revision 11405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flip key and element so types match, not that it matters for any codeMichael Niedermayer2008-01-041-3/+3
| | | | | | using it in libav*. Originally committed as revision 11404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document O() time.Michael Niedermayer2008-01-041-0/+2
| | | | Originally committed as revision 11403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document node removial API.Michael Niedermayer2008-01-041-6/+18
| | | | Originally committed as revision 11402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix selftest.Michael Niedermayer2008-01-041-1/+1
| | | | Originally committed as revision 11401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support removing elements.Michael Niedermayer2008-01-041-22/+50
| | | | Originally committed as revision 11400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer2008-01-043-7/+22
| | | | | | flat arrays which have lower overhead than millions of mallocd() elements. Originally committed as revision 11399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RV30 thirdpel motion compensation supportKostya Shishkov2008-01-042-16/+267
| | | | Originally committed as revision 11398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* A few lines of text about the range coder, part of a patch by lars punkt ↵lars.taeuber@web.de2008-01-041-0/+7
| | | | | | taeuber ät web punkt de. Originally committed as revision 11397 to svn://svn.ffmpeg.org/ffmpeg/trunk