summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* ARM: use gcc inline asm in bswap.h only when availableMåns Rullgård2009-07-01
* Fix libx264.c to not drop SEI userdata from x264 encoder.Jason Garrett-Glaser2009-06-30
* Use more portable 'PRId64' instead of 'llx' as conversion/length specifier.Frank Barchard2009-06-30
* ARM: enable fast_unaligned when --cpu=armv[67] is specifiedMåns Rullgård2009-06-30
* Fix nalsize check to avoid an integer overflow that made the checkReimar Döffinger2009-06-30
* Update seek regression checksums due to:Michael Niedermayer2009-06-30
* cosmetics, change case and comments alignmentBaptiste Coudurier2009-06-30
* correctly compute frame flags with closed gopBaptiste Coudurier2009-06-30
* fix slice header checkingStefan Gehrer2009-06-30
* Drop code that attempts to decode frames that are prefixed by junk.Michael Niedermayer2009-06-30
* Support RGB48 PNG decodingKostya Shishkov2009-06-30
* Rewrite mp3 parser. New code is much simpler and does not dropMichael Niedermayer2009-06-30
* Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173).Alex Converse2009-06-29
* Fix build on Net/OpenBSDMåns Rullgård2009-06-29
* Cosmetics: group together indev/outdev dependencies.Stefano Sabatini2009-06-29
* Add doxy to av_log_missing_feature() etc. stating that the function isRonald S. Bultje2009-06-29
* Move av_log_missing_feature() from the internal.h to the public avcodec.hRonald S. Bultje2009-06-29
* Rename ff_log_missing_feature() to av_log_missing_feature().Ronald S. Bultje2009-06-29
* Make the configure script select the input/output devices usingStefano Sabatini2009-06-29
* indentMichael Niedermayer2009-06-29
* id3v2.4.0 uses syncsafe integers for sizes of frames.Michael Niedermayer2009-06-29
* Revert r19149 "Disable native Vorbis encoder"David Conrad2009-06-29
* Remove inconsistent use of a @brief command in av_write_trailer()Stefano Sabatini2009-06-28
* Use consistently the third person in doxy, as recommended by theStefano Sabatini2009-06-28
* Fix braino.Stefano Sabatini2009-06-28
* Icc does not support attribute flatten, do not try to use it.Carl Eugen Hoyos2009-06-28
* Update ffmpeg documentation regarding metadata setting. -title,Stefano Sabatini2009-06-27
* Remove superfluous const.Carl Eugen Hoyos2009-06-27
* Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188:Carl Eugen Hoyos2009-06-27
* Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and ...Carl Eugen Hoyos2009-06-27
* Pitch delay decodingVladimir Voroshilov2009-06-26
* Replace pitch_delay_int array with single variable.Vladimir Voroshilov2009-06-26
* Handle variable input stream pixfmts using the same framework introducedJason Garrett-Glaser2009-06-26
* Only link against alsa if enabled.Stefano Sabatini2009-06-25
* Only checks for jack if it is enabled and hence only links to jack ifAdrian Stutz2009-06-25
* AltiVec code and runtime cpudetect do not require CONFIG_GPL.Diego Biurrun2009-06-25
* Fix id3v2.2 frame size parsing.Michael Niedermayer2009-06-25
* Fix id3v2.3/4 tag size parsing.Michael Niedermayer2009-06-25
* use AVFormatContext->probesize in av_find_stream_info and raise default to 5MBaptiste Coudurier2009-06-25
* Only set CODEC_ID_PROBE when a packet from a stream having a PES headerBaptiste Coudurier2009-06-25
* limit raw packet buffer size used for codec probingBaptiste Coudurier2009-06-25
* The AltiVec optimizations of libswscale are no longer under GPL.Diego Biurrun2009-06-25
* PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set.Diego Biurrun2009-06-25
* only set par if it does not indicates a rotation, ex iphone 3GSBaptiste Coudurier2009-06-25
* Remove any reference to ASFContext.packet_size and replace it withRonald S. Bultje2009-06-24
* Split developer documentation off from general documentation.Diego Biurrun2009-06-24
* Rewrite doxy for av_strtod().Stefano Sabatini2009-06-24
* flvdec: Build a Speex header during FLV demuxing using required andJustin Ruggles2009-06-24
* Improve wording: s/reseted/resetHaruhiko Yamagata2009-06-24
* Reindent after last patch.Reimar Döffinger2009-06-24