summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* mov demuxer: Track the current position also for streams that have AVDISCARD_...Reimar Döffinger2009-06-24
* mov_read_packet: extract code that searches for the stream/sample to demux nextReimar Döffinger2009-06-24
* mov_read_packet: if dv_get_packet fails, return exactly its error valueReimar Döffinger2009-06-24
* In mov_read_packet remember the AVStream we want to demux next instead of theReimar Döffinger2009-06-24
* LSF (Line Spectral Frequencies) decoding routine.Vladimir Voroshilov2009-06-24
* check stream existence before assignment, fix #1222Baptiste Coudurier2009-06-24
* Fix H.264 picture reordering, 2nd try.Haruhiko Yamagata2009-06-23
* Make documentation better match the code. Now AVCodecContext.sample_fmtBrian Crowell2009-06-23
* Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at).Peter Holik2009-06-23
* Edge emulation should be used in B-frame MC in mspel mode withKostya Shishkov2009-06-23
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* Consistently rename variables denoting regression reference file(s)Stefano Sabatini2009-06-22
* Export av_strtod() to eval.h.Stefano Sabatini2009-06-22
* Document making AVFormatContext.packet_size unsigned API change.Ronald S. Bultje2009-06-22
* Change packet_size from signed to unsigned, since it never has a negativeRonald S. Bultje2009-06-22
* Cosmetics: rename 'name' av_strtod() param to 'numstr'. The new nameStefano Sabatini2009-06-21
* oggenc: Change error log text. An error here does not necessarily meanJustin Ruggles2009-06-21
* oggenc: return error value from ogg_build_flac_headers()Justin Ruggles2009-06-21
* cosmetics: spacing and commentsJustin Ruggles2009-06-21
* oggenc: check for failed av_mallocz()Justin Ruggles2009-06-21
* Fetch timestamp for the first frame of field only if frame_offset andBaptiste Coudurier2009-06-21
* clarify encoder and decoder opening error messagesBaptiste Coudurier2009-06-21
* Revert unintended hunk of r19241.Carl Eugen Hoyos2009-06-20
* Revert r19239: It broke four conformance tests.Carl Eugen Hoyos2009-06-20
* Convertion of LSF values to coefficients of linear prediction filterVladimir Voroshilov2009-06-20
* Fix H.264 picture reordering.Haruhiko Yamagata2009-06-20
* Fix indentation after last commit.Carl Eugen Hoyos2009-06-20
* Fix yamaha adpcm stereo (issue 1117).Yoshihisa Uchida2009-06-20
* Fix onMetaData property count in flv files (issue 1206).Yoshihisa Uchida2009-06-20
* Make remaining run level decode comments doxygen commentsSascha Sommer2009-06-20