summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Use slightly more appropriate format strings for printing decimal values.Frank Barchard2009-07-01
| | | | | | patch by Frank Barchard, fbarchard google com Originally committed as revision 19315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use enum PixelFormat in sws_format_name() prototypeMåns Rullgård2009-07-01
| | | | Originally committed as revision 29409 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix argument type mismatches for av_picture_crop and av_picture_fillMåns Rullgård2009-07-01
| | | | Originally committed as revision 19314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing \n to error messageBaptiste Coudurier2009-07-01
| | | | Originally committed as revision 19313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ADPCM: remove unreachable break statement after returnMåns Rullgård2009-07-01
| | | | Originally committed as revision 19312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: use gcc inline asm in bswap.h only when availableMåns Rullgård2009-07-01
| | | | Originally committed as revision 19311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix libx264.c to not drop SEI userdata from x264 encoder.Jason Garrett-Glaser2009-06-30
| | | | | | | Most muxers in ffmpeg ignore the SEI if it is placed in extradata, so instead it has to be catted to the front of the first video frame. Originally committed as revision 19310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use more portable 'PRId64' instead of 'llx' as conversion/length specifier.Frank Barchard2009-06-30
| | | | | | patch by Frank Barchard, fbarchard google com Originally committed as revision 19309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: enable fast_unaligned when --cpu=armv[67] is specifiedMåns Rullgård2009-06-30
| | | | Originally committed as revision 19308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix nalsize check to avoid an integer overflow that made the checkReimar Döffinger2009-06-30
| | | | | | incorrect for nalsize > INT_MAX - buf_index Originally committed as revision 19307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update seek regression checksums due to:Michael Niedermayer2009-06-30
| | | | | | | | r19300 Rewrite mp3 parser. New code is much simpler and does not drop stuff at random. Originally committed as revision 19306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, change case and comments alignmentBaptiste Coudurier2009-06-30
| | | | Originally committed as revision 19305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly compute frame flags with closed gopBaptiste Coudurier2009-06-30
| | | | Originally committed as revision 19304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix slice header checkingStefan Gehrer2009-06-30
| | | | Originally committed as revision 19303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop code that attempts to decode frames that are prefixed by junk.Michael Niedermayer2009-06-30
| | | | | | | | | Too often it ends up decoding random data into noise without detecting it (for example after seeking of some MP3 data with oddly often occurring startcode emulation). Fixes issue1154. Originally committed as revision 19302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support RGB48 PNG decodingKostya Shishkov2009-06-30
| | | | Originally committed as revision 19301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rewrite mp3 parser. New code is much simpler and does not dropMichael Niedermayer2009-06-30
| | | | | | stuff at random. Originally committed as revision 19300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173).Alex Converse2009-06-29
| | | | Originally committed as revision 19299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix build on Net/OpenBSDMåns Rullgård2009-06-29
| | | | | | The renaming in r19293 missed a few things. Originally committed as revision 19298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: group together indev/outdev dependencies.Stefano Sabatini2009-06-29
| | | | Originally committed as revision 19297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add doxy to av_log_missing_feature() etc. stating that the function isRonald S. Bultje2009-06-29
| | | | | | primarily intended for internal use in lavc/lavf, not for use in apps. Originally committed as revision 19296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_log_missing_feature() from the internal.h to the public avcodec.hRonald S. Bultje2009-06-29
| | | | | | header file. Originally committed as revision 19295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje2009-06-29
| | | | Originally committed as revision 19294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the configure script select the input/output devices usingStefano Sabatini2009-06-29
| | | | | | | --enable-indev, --enable-outdev rather than --enable-demuxer, --enable-muxer as before, same for disabling them. Originally committed as revision 19293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2009-06-29
| | | | Originally committed as revision 19292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* id3v2.4.0 uses syncsafe integers for sizes of frames.Michael Niedermayer2009-06-29
| | | | | | | Fixes issue1234 Fixes regression introduced in r19275 Originally committed as revision 19291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r19149 "Disable native Vorbis encoder"David Conrad2009-06-29
| | | | Originally committed as revision 19290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove inconsistent use of a @brief command in av_write_trailer()Stefano Sabatini2009-06-28
| | | | | | doxy. Originally committed as revision 19289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use consistently the third person in doxy, as recommended by theStefano Sabatini2009-06-28
| | | | | | javadoc specs. Originally committed as revision 19288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix braino.Stefano Sabatini2009-06-28
| | | | Originally committed as revision 19287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Icc does not support attribute flatten, do not try to use it.Carl Eugen Hoyos2009-06-28
| | | | Originally committed as revision 19286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update ffmpeg documentation regarding metadata setting. -title,Stefano Sabatini2009-06-27
| | | | | | | -author, -copyright, -track, -album, and -year options have been dropped in favor of -metadata. Originally committed as revision 19285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove superfluous const.Carl Eugen Hoyos2009-06-27
| | | | Originally committed as revision 19284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188:Carl Eugen Hoyos2009-06-27
| | | | | | enumerated type mixed with another type Originally committed as revision 19283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and ↵Carl Eugen Hoyos2009-06-27
| | | | | | cold. Originally committed as revision 19282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pitch delay decodingVladimir Voroshilov2009-06-26
| | | | Originally committed as revision 19281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace pitch_delay_int array with single variable.Vladimir Voroshilov2009-06-26
| | | | Originally committed as revision 19280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle variable input stream pixfmts using the same framework introducedJason Garrett-Glaser2009-06-26
| | | | | | by the variable frame size patch. Fixes at least issue 1165. Originally committed as revision 19279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only link against alsa if enabled.Stefano Sabatini2009-06-25
| | | | Originally committed as revision 19278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only checks for jack if it is enabled and hence only links to jack ifAdrian Stutz2009-06-25
| | | | | | | | it is not disabled. Patch by Adrian Stutz $firsname@sttz ch. Originally committed as revision 19277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AltiVec code and runtime cpudetect do not require CONFIG_GPL.Diego Biurrun2009-06-25
| | | | | | Make sure the latter is only checked for x86 optimizations, which are GPL. Originally committed as revision 29390 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix id3v2.2 frame size parsing.Michael Niedermayer2009-06-25
| | | | | | Fixes issue1202. Originally committed as revision 19276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix id3v2.3/4 tag size parsing.Michael Niedermayer2009-06-25
| | | | | | Fixes issue1106 Originally committed as revision 19275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AVFormatContext->probesize in av_find_stream_info and raise default to 5MBaptiste Coudurier2009-06-25
| | | | Originally committed as revision 19274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only set CODEC_ID_PROBE when a packet from a stream having a PES headerBaptiste Coudurier2009-06-25
| | | | | | is read. Originally committed as revision 19273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* limit raw packet buffer size used for codec probingBaptiste Coudurier2009-06-25
| | | | Originally committed as revision 19272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The AltiVec optimizations of libswscale are no longer under GPL.Diego Biurrun2009-06-25
| | | | Originally committed as revision 29389 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set.Diego Biurrun2009-06-25
| | | | Originally committed as revision 29388 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* only set par if it does not indicates a rotation, ex iphone 3GSBaptiste Coudurier2009-06-25
| | | | Originally committed as revision 19271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove any reference to ASFContext.packet_size and replace it withRonald S. Bultje2009-06-24
| | | | | | | AVFormatContext.packet_size. See "[PATCH] asf*.c/h: use AVFormatContext->packet_size instead of own copy" thread on ML. Originally committed as revision 19270 to svn://svn.ffmpeg.org/ffmpeg/trunk