summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Replace generic CONFIG_DECODERS preprocessor conditionals by more specificDiego Biurrun2008-09-02
| | | | | | CONFIG_FOO_DECODER conditionals where appropriate. Originally committed as revision 15162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Silence a couple of 'defined but not used' warnings by adding an av_unusedDiego Biurrun2008-09-02
| | | | | | attribute to the relevant function declarations. Originally committed as revision 15161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent a division by 0 in the g726 decoder when the configured samplerate is 0.Laurent Aimar2008-09-02
| | | | | | patch by Laurent Aimar, fenrir via.ecp fr Originally committed as revision 15160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix an invalid free in the AVI muxer when an unsupported audio track is added.Laurent Aimar2008-09-02
| | | | | | patch by Laurent Aimar, fenrir via.ecp fr Originally committed as revision 15159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun2008-09-02
| | | | | | CONFIG_FOO_MUXER conditionals where appropriate. Originally committed as revision 15158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless #ifdef CONFIG_VHOOK from the code.Diego Biurrun2008-09-02
| | | | | | The file is only ever compiled if CONFIG_VHOOK is set. Originally committed as revision 15157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly mux mpeg2 audio 13818-3 in mp4Baptiste Coudurier2008-09-02
| | | | Originally committed as revision 15156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow mp2 to be muxed into mp4Baptiste Coudurier2008-09-02
| | | | Originally committed as revision 15155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parity bit calculation routine for G.729Vladimir Voroshilov2008-09-02
| | | | Originally committed as revision 15154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to support invalid h264 that does not mark IDR with POC=0.Michael Niedermayer2008-09-02
| | | | | | Fixes issue576. Originally committed as revision 15153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix detection of MPEG4 in MPEG-PS.Michael Niedermayer2008-09-02
| | | | | | Fixes issue568. Originally committed as revision 15152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a separate line in Makefile for E-AC-3 decoder and only compile it whenJustin Ruggles2008-09-02
| | | | | | GPL is enabled. fixes building without GPL or with liba52. Originally committed as revision 15151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make pcm encoder setting bits_per_sample fieldBaptiste Coudurier2008-09-01
| | | | Originally committed as revision 15150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make show_banner()/show_version() print the libpostproc versionStefano Sabatini2008-09-01
| | | | | | numbers if enabled. Originally committed as revision 15149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement postproc_version().Stefano Sabatini2008-09-01
| | | | Originally committed as revision 15148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use itJustin Ruggles2008-09-01
| | | | | | correctly this time. Originally committed as revision 15147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska: add E-AC-3 supportAurelien Jacobs2008-09-01
| | | | | | Thanks again Justin ! Originally committed as revision 15146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify ac3_probe() and eac3_probe(). patch by Aurelien Jacobs.Aurelien Jacobs2008-09-01
| | | | Originally committed as revision 15145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXERJustin Ruggles2008-09-01
| | | | Originally committed as revision 15144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create a separate codec_id for E-AC-3Justin Ruggles2008-09-01
| | | | Originally committed as revision 15143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless "else" case in if X { A; return }; else { B }. See discussionRonald S. Bultje2008-09-01
| | | | | | in "Realmedia patch" thread on mailinglist. Originally committed as revision 15142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some RTSP streams use SDP lines longer than 1024 bytes, so the SDP lineRonald S. Bultje2008-09-01
| | | | | | | buffer needs to be increased. See discussion in "Realmedia patch" thread on mailinglist. Originally committed as revision 15141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement Realmedia-compatible DESCRIBE command.Ronald S. Bultje2008-09-01
| | | | Originally committed as revision 15140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix sorting of audio codecsJustin Ruggles2008-09-01
| | | | Originally committed as revision 15139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remaining parts of Nellymoser encoderBartlomiej Wolowiec2008-09-01
| | | | Originally committed as revision 15138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check ff_init_me()s return value.Michael Niedermayer2008-09-01
| | | | Originally committed as revision 15137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l Fix snow regression test that i broke in r15135.Michael Niedermayer2008-09-01
| | | | Originally committed as revision 15136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warn the user about me_method values that are not supported.Michael Niedermayer2008-08-31
| | | | | | Fixes issue503 Originally committed as revision 15135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimize vorbis_residue_decode() so that vr->type is a constant.Michael Niedermayer2008-08-31
| | | | | | Based on a patch by Siarhei Siamashka. Originally committed as revision 15134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove debuging junk that probably hasnt been used by anyone since years.Michael Niedermayer2008-08-31
| | | | Originally committed as revision 15133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for malloc failureBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copy whole frame in vosData for dnxhd, this code will be used for other ↵Baptiste Coudurier2008-08-31
| | | | | | codecs too Originally committed as revision 15131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the FLAC encoder has an integer-only mode available (compression_level <= 2)Justin Ruggles2008-08-31
| | | | Originally committed as revision 15130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: capitalizationJustin Ruggles2008-08-31
| | | | Originally committed as revision 15129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Dnet AC-3 encoding is integer-onlyJustin Ruggles2008-08-31
| | | | Originally committed as revision 15128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add E-AC-3 to supported codec listJustin Ruggles2008-08-31
| | | | Originally committed as revision 15127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Okayed parts of nellymoserenc.cBartlomiej Wolowiec2008-08-31
| | | | Originally committed as revision 15126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Send RTSP OPTIONS command to detect server type.Ronald S. Bultje2008-08-31
| | | | Originally committed as revision 15125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Read RealChallenge1 field from the server.Ronald S. Bultje2008-08-31
| | | | Originally committed as revision 15124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement RTSPServerType enum as a way to identify the flavour of RTSP thatRonald S. Bultje2008-08-31
| | | | | | the server will send to us (standard-compliant RTP or Realmedia-style RDT). Originally committed as revision 15123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert back to old version (r15103).Ronald S. Bultje2008-08-31
| | | | Originally committed as revision 15122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reduce code duplication by moving common header parsingStefan Gehrer2008-08-31
| | | | | | from the bpp-specific parts to the frame decode Originally committed as revision 15121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change headers' guardnames consistently with r15120.Stefano Sabatini2008-08-31
| | | | Originally committed as revision 27499 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Display error message when user attempts to resample non-S16 audio formats.Peter Ross2008-08-31
| | | | | | Patch supplied by Daniel Serpell <daniel dot serpell at gmail dotcom>. Originally committed as revision 15119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating itDavid Conrad2008-08-31
| | | | Originally committed as revision 15118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare ff_vp3_idct_data to be uint16_tDavid Conrad2008-08-31
| | | | Originally committed as revision 15117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't declare SSE vp3 idct data static, so it can be used in the mmx versionDavid Conrad2008-08-31
| | | | Originally committed as revision 15116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do no write multi descriptor when only one track is presentBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15115 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorizeBaptiste Coudurier2008-08-31
| | | | Originally committed as revision 15114 to svn://svn.ffmpeg.org/ffmpeg/trunk