summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Simplify run level decoding:Sascha Sommer2009-06-20
* Fix indentation after the previous commitSascha Sommer2009-06-20
* Add support for escape coded wmapro run level coefficientsSascha Sommer2009-06-20
* Introduce WMACoef typedef for decoded coefficientsSascha Sommer2009-06-20
* Print meaningful error messages when url_fopen fails.Jai Menon2009-06-20
* add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med do...Wolfram Gloger2009-06-20
* fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bb...Brian Brice2009-06-19
* Disable network support if required headers cannot be found.Michael Kostylev2009-06-19
* Support varying frame sizes in a single file.Eric Buehl2009-06-19
* Add support for id3 tag parsing for ADTS AAC streamsPatrick Dehne2009-06-19
* Move id3v1/id3v2 handling code from mp3.c to id3v[12].c.Patrick Dehne2009-06-19
* Add support for muxing XSUB subtitles to AVI muxer.Reimar Döffinger2009-06-19
* Add support for encoding XSUB subtitles. Muxing support is still missing.Reimar Döffinger2009-06-19
* Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoderReimar Döffinger2009-06-19
* Rename tests/ffmpeg.regression.ref to tests/vsynth.regression.ref,Stefano Sabatini2009-06-18
* Add fourcc 0x10000004, seems to actually be MPEG4. Fixes a problematic AVI f...Jason Garrett-Glaser2009-06-18
* G.729 decoding routine (skeleton, including parameters decoding).Vladimir Voroshilov2009-06-18
* Print why av_find_stream_info() failed, this is a rather common questionMichael Niedermayer2009-06-18
* ARM: slightly faster NEON H264 horizontal loop filterMåns Rullgård2009-06-17