1346 Commits (d52480b40d1b98d03ec21ac2ef5c7780ea3d947d)

Author SHA1 Message Date
Steve L'Homme e0769997cb add support for some MS DIB formats for avisynth 18 years ago
Brian Brice 4336886c52 Fix wrong ASF duration of generated files 18 years ago
Michael Niedermayer cb37931d78 dont set sub_id as its completly redundant and silly 18 years ago
Baptiste Coudurier 3a6ccf4f3e rudimentary binary seek 18 years ago
Baptiste Coudurier 1159f6340a add another data definition ul 18 years ago
Baptiste Coudurier dd202ff65d use a data definition uls table to fetch codec type 18 years ago
Baptiste Coudurier 996c9ad0a4 add string param to PRINT_KEY for debug 18 years ago
Baptiste Coudurier 94c12d458f shut up gcc about incompatible pointer type 18 years ago
Baptiste Coudurier 9a630c2532 remove useless casts 18 years ago
Baptiste Coudurier 626a8fe724 remove gcc warnings about void * used in arithmetic 18 years ago
Baptiste Coudurier 9770089d34 move sample size adjusting code after audio stsd v2 parsing to let v2 set correct channel number, fix Sony-hdv2.mov 18 years ago
Baptiste Coudurier e6f4c806e3 add lpcm fourcc 18 years ago
Baptiste Coudurier 0299a87c41 change codec id if sample size field is set to 24 in stsd, fix Sony-mx5p.mov 18 years ago
Michael Niedermayer 5b11e08171 prevent infinite loop with VORC012.WMA 18 years ago
Måns Rullgård 191e8ca752 fix some signedness warnings 18 years ago
Måns Rullgård 0c6309225d remove useless memset() 18 years ago
Michael Niedermayer 730ba4067c fix r_frame_rate init code for groundhog.vob 18 years ago
Michael Niedermayer 6c17a956b4 drop broken telecine detection code 18 years ago
Michael Niedermayer 35eab0c043 reindent 18 years ago
Michael Niedermayer 5fb83c3844 dont ignore MAX_READ_SIZE 18 years ago
Michael Niedermayer 398f5d3f1d support forward seeking in non seekable streams 18 years ago
Michael Niedermayer 3b9a913db4 simplify seek() failure check 18 years ago
Kostya Shishkov 730581f3b4 WavPack lossless audio decoder 18 years ago
Michael Niedermayer f40d17398d simplify url_fseek() 18 years ago
Roman Shaposhnik f5a478f65d * Moving FifoBuffer out of libavformat/avformat.h and 18 years ago
Michael Niedermayer 22668218f9 reduce scores if the mp3 frames dont start from the begin of the file (fixes flv deteted as mp3 issues) 18 years ago
Panagiotis Issaris 4ff8fcefd2 Migrate the "packetsize" OptionDef option to become an AVOption. 18 years ago
Panagiotis Issaris 09a455764b Migrate the "muxrate" OptionDef option to become an AVOption. 18 years ago
Nazo aeb20f7f9d FLV seeking patch by Nazo. lovesyao at aol com. 18 years ago
Panagiotis Issaris d4fc91b449 Split the DV demuxer and muxer into separate files (as suggested by Diego 18 years ago
Michael Benjamin 1733fc4a6b Add support for 8-bit grayscale to V4L grabber 18 years ago
Philippe De Muyter 3c61983828 add support for grayscale rawvideo avi 18 years ago
Panagiotis Issaris 66acccf05f Make OFFSET() reuse offsetof 18 years ago
Panagiotis Issaris 5894991f94 Remove a redundant memset from libavformat. 18 years ago
Michael Niedermayer d0702de9af 10l typo 18 years ago
Aurelien Jacobs aa8f4cee32 add a VP6F fourcc for apps which rely on fourcc 18 years ago
Baptiste Coudurier d70e3ff410 workaround for files, mainly d-cinema, with 0 sized tags especially UMID in source clip, 377M B.10,13 clearly mentions that this is non standard though 18 years ago
Panagiotis Issaris 8c3dd5dc9c Use and set sane AVOption defaults 18 years ago
Andreas Öman abade1429e allow ffmpeg to read mp3s beginning with partial frames 18 years ago
Panagiotis Issaris 73a8ceaa17 make AVOptions default value field work. 18 years ago
Diego Biurrun 04d7f60143 Add official LGPL license headers to the files that were missing them. 18 years ago
Aurelien Jacobs 5ce117c37c VP5 and VP6 video decoder 18 years ago
Michael Niedermayer 0288a7474b AVPROBE_SCORE_MAX doc 18 years ago
Panagiotis Issaris 5e89b50b29 undefines a few temporary defines which were not undefined after their usage. 18 years ago
Diego Biurrun ec53e1109a Remove empty variable declaration. 18 years ago
Panagiotis Issaris ec1b10f4b9 enable setting the year and track number using AVOption 18 years ago
Panagiotis Issaris 57c244f6c7 makes avformat_get_context_defaults() static 18 years ago
Michael Niedermayer a41104f86a fix sound of SampleVideo.mov (mp2 in mov) 18 years ago
Panagiotis Issaris 2ad4648f97 Allow to get the the track number in the IPRT (part) tag in AVI. 18 years ago
Panagiotis Issaris 2eb291c4bb Allow to store the the track number though the IPRT (part) tag in AVI. 18 years ago