summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* use AVFormatContext->probesize in av_find_stream_info and raise default to 5MBaptiste Coudurier2009-06-253-7/+4
* Only set CODEC_ID_PROBE when a packet from a stream having a PES headerBaptiste Coudurier2009-06-251-6/+11
* limit raw packet buffer size used for codec probingBaptiste Coudurier2009-06-252-3/+19
* The AltiVec optimizations of libswscale are no longer under GPL.Diego Biurrun2009-06-251-1/+1
* PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set.Diego Biurrun2009-06-251-2/+1
* only set par if it does not indicates a rotation, ex iphone 3GSBaptiste Coudurier2009-06-251-4/+7
* Remove any reference to ASFContext.packet_size and replace it withRonald S. Bultje2009-06-243-19/+17
* Split developer documentation off from general documentation.Diego Biurrun2009-06-243-408/+419
* Rewrite doxy for av_strtod().Stefano Sabatini2009-06-241-3/+16
* flvdec: Build a Speex header during FLV demuxing using required andJustin Ruggles2009-06-241-0/+34
* Improve wording: s/reseted/resetHaruhiko Yamagata2009-06-242-6/+6
* Reindent after last patch.Reimar Döffinger2009-06-241-15/+15
* mov demuxer: Track the current position also for streams that have AVDISCARD_...Reimar Döffinger2009-06-241-2/+8
* mov_read_packet: extract code that searches for the stream/sample to demux nextReimar Döffinger2009-06-241-8/+16
* mov_read_packet: if dv_get_packet fails, return exactly its error valueReimar Döffinger2009-06-241-2/+3
* In mov_read_packet remember the AVStream we want to demux next instead of theReimar Döffinger2009-06-241-6/+7
* LSF (Line Spectral Frequencies) decoding routine.Vladimir Voroshilov2009-06-242-0/+61
* check stream existence before assignment, fix #1222Baptiste Coudurier2009-06-241-29/+107
* Fix H.264 picture reordering, 2nd try.Haruhiko Yamagata2009-06-232-3/+6
* Make documentation better match the code. Now AVCodecContext.sample_fmtBrian Crowell2009-06-231-2/+2
* Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at).Peter Holik2009-06-231-1/+31
* Edge emulation should be used in B-frame MC in mspel mode withKostya Shishkov2009-06-231-2/+2
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-2228-136/+136
* Consistently rename variables denoting regression reference file(s)Stefano Sabatini2009-06-221-18/+18
* Export av_strtod() to eval.h.Stefano Sabatini2009-06-222-5/+7
* Document making AVFormatContext.packet_size unsigned API change.Ronald S. Bultje2009-06-221-0/+3
* Change packet_size from signed to unsigned, since it never has a negativeRonald S. Bultje2009-06-221-2/+2
* Cosmetics: rename 'name' av_strtod() param to 'numstr'. The new nameStefano Sabatini2009-06-211-3/+3
* oggenc: Change error log text. An error here does not necessarily meanJustin Ruggles2009-06-211-1/+1
* oggenc: return error value from ogg_build_flac_headers()Justin Ruggles2009-06-211-2/+4
* cosmetics: spacing and commentsJustin Ruggles2009-06-211-0/+6
* oggenc: check for failed av_mallocz()Justin Ruggles2009-06-211-0/+4
* Fetch timestamp for the first frame of field only if frame_offset andBaptiste Coudurier2009-06-211-1/+2
* clarify encoder and decoder opening error messagesBaptiste Coudurier2009-06-211-5/+5
* Revert unintended hunk of r19241.Carl Eugen Hoyos2009-06-201-1/+1
* Revert r19239: It broke four conformance tests.Carl Eugen Hoyos2009-06-202-4/+4
* Convertion of LSF values to coefficients of linear prediction filterVladimir Voroshilov2009-06-202-0/+25
* Fix H.264 picture reordering.Haruhiko Yamagata2009-06-201-3/+3
* Fix indentation after last commit.Carl Eugen Hoyos2009-06-201-6/+6
* Fix yamaha adpcm stereo (issue 1117).Yoshihisa Uchida2009-06-203-14/+11
* Fix onMetaData property count in flv files (issue 1206).Yoshihisa Uchida2009-06-203-3/+3
* Make remaining run level decode comments doxygen commentsSascha Sommer2009-06-201-4/+4
* Simplify run level decoding:Sascha Sommer2009-06-201-30/+21
* Fix indentation after the previous commitSascha Sommer2009-06-201-4/+4
* Add support for escape coded wmapro run level coefficientsSascha Sommer2009-06-202-0/+41
* Introduce WMACoef typedef for decoded coefficientsSascha Sommer2009-06-204-9/+11
* Print meaningful error messages when url_fopen fails.Jai Menon2009-06-201-2/+6
* add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med do...Wolfram Gloger2009-06-201-0/+1
* fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bb...Brian Brice2009-06-191-3/+6
* Disable network support if required headers cannot be found.Michael Kostylev2009-06-191-0/+2
OpenPOWER on IntegriCloud