| Commit message (Expand) | Author | Age | Files | Lines |
* | add support for some MS DIB formats for avisynth | Steve L'Homme | 2006-10-01 | 1 | -3/+4 |
* | Fix wrong ASF duration of generated files | Brian Brice | 2006-10-01 | 1 | -2/+4 |
* | dont set sub_id as its completly redundant and silly | Michael Niedermayer | 2006-09-30 | 1 | -8/+1 |
* | rudimentary binary seek | Baptiste Coudurier | 2006-09-29 | 1 | -1/+30 |
* | add another data definition ul | Baptiste Coudurier | 2006-09-29 | 1 | -0/+1 |
* | use a data definition uls table to fetch codec type | Baptiste Coudurier | 2006-09-29 | 1 | -8/+21 |
* | add string param to PRINT_KEY for debug | Baptiste Coudurier | 2006-09-29 | 1 | -6/+6 |
* | shut up gcc about incompatible pointer type | Baptiste Coudurier | 2006-09-29 | 1 | -7/+7 |
* | remove useless casts | Baptiste Coudurier | 2006-09-29 | 1 | -13/+13 |
* | remove gcc warnings about void * used in arithmetic | Baptiste Coudurier | 2006-09-29 | 1 | -5/+5 |
* | move sample size adjusting code after audio stsd v2 parsing to let v2 set cor... | Baptiste Coudurier | 2006-09-28 | 1 | -6/+6 |
* | add lpcm fourcc | Baptiste Coudurier | 2006-09-28 | 1 | -0/+1 |
* | change codec id if sample size field is set to 24 in stsd, fix Sony-mx5p.mov | Baptiste Coudurier | 2006-09-28 | 1 | -0/+2 |
* | prevent infinite loop with VORC012.WMA | Michael Niedermayer | 2006-09-27 | 1 | -0/+11 |
* | fix some signedness warnings | Måns Rullgård | 2006-09-27 | 12 | -19/+20 |
* | remove useless memset() | Måns Rullgård | 2006-09-27 | 1 | -1/+0 |
* | fix r_frame_rate init code for groundhog.vob | Michael Niedermayer | 2006-09-26 | 1 | -5/+11 |
* | drop broken telecine detection code | Michael Niedermayer | 2006-09-26 | 1 | -23/+0 |
* | reindent | Michael Niedermayer | 2006-09-26 | 1 | -5/+5 |
* | dont ignore MAX_READ_SIZE | Michael Niedermayer | 2006-09-26 | 1 | -2/+1 |
* | support forward seeking in non seekable streams | Michael Niedermayer | 2006-09-26 | 1 | -0/+7 |
* | simplify seek() failure check | Michael Niedermayer | 2006-09-26 | 1 | -4/+1 |
* | WavPack lossless audio decoder | Kostya Shishkov | 2006-09-26 | 4 | -0/+212 |
* | simplify url_fseek() | Michael Niedermayer | 2006-09-22 | 1 | -39/+24 |
* | * Moving FifoBuffer out of libavformat/avformat.h and | Roman Shaposhnik | 2006-09-21 | 5 | -204/+38 |
* | reduce scores if the mp3 frames dont start from the begin of the file (fixes ... | Michael Niedermayer | 2006-09-20 | 1 | -4/+6 |
* | Migrate the "packetsize" OptionDef option to become an AVOption. | Panagiotis Issaris | 2006-09-20 | 1 | -0/+1 |
* | Migrate the "muxrate" OptionDef option to become an AVOption. | Panagiotis Issaris | 2006-09-20 | 1 | -0/+1 |
* | FLV seeking patch by Nazo. lovesyao at aol com. | Nazo | 2006-09-17 | 1 | -1/+18 |
* | Split the DV demuxer and muxer into separate files (as suggested by Diego | Panagiotis Issaris | 2006-09-15 | 3 | -379/+415 |
* | Add support for 8-bit grayscale to V4L grabber | Michael Benjamin | 2006-09-15 | 1 | -1/+9 |
* | add support for grayscale rawvideo avi | Philippe De Muyter | 2006-09-15 | 1 | -0/+1 |
* | Make OFFSET() reuse offsetof | Panagiotis Issaris | 2006-09-14 | 1 | -1/+1 |
* | Remove a redundant memset from libavformat. | Panagiotis Issaris | 2006-09-14 | 1 | -1/+1 |
* | 10l typo | Michael Niedermayer | 2006-09-12 | 1 | -1/+1 |
* | add a VP6F fourcc for apps which rely on fourcc | Aurelien Jacobs | 2006-09-12 | 1 | -0/+1 |
* | workaround for files, mainly d-cinema, with 0 sized tags especially UMID in s... | Baptiste Coudurier | 2006-09-11 | 1 | -1/+3 |
* | Use and set sane AVOption defaults | Panagiotis Issaris | 2006-09-10 | 1 | -5/+2 |
* | allow ffmpeg to read mp3s beginning with partial frames | Andreas Öman | 2006-09-10 | 1 | -14/+26 |
* | make AVOptions default value field work. | Panagiotis Issaris | 2006-09-10 | 1 | -0/+4 |
* | Add official LGPL license headers to the files that were missing them. | Diego Biurrun | 2006-09-10 | 13 | -0/+237 |
* | VP5 and VP6 video decoder | Aurelien Jacobs | 2006-09-09 | 4 | -13/+33 |
* | AVPROBE_SCORE_MAX doc | Michael Niedermayer | 2006-09-09 | 1 | -1/+1 |
* | undefines a few temporary defines which were not undefined after their usage. | Panagiotis Issaris | 2006-09-09 | 1 | -0/+4 |
* | Remove empty variable declaration. | Diego Biurrun | 2006-09-08 | 1 | -1/+0 |
* | enable setting the year and track number using AVOption | Panagiotis Issaris | 2006-09-08 | 1 | -0/+2 |
* | makes avformat_get_context_defaults() static | Panagiotis Issaris | 2006-09-08 | 1 | -0/+3 |
* | fix sound of SampleVideo.mov (mp2 in mov) | Michael Niedermayer | 2006-09-07 | 1 | -0/+3 |
* | Allow to get the the track number in the IPRT (part) tag in AVI. | Panagiotis Issaris | 2006-09-07 | 1 | -0/+5 |
* | Allow to store the the track number though the IPRT (part) tag in AVI. | Panagiotis Issaris | 2006-09-07 | 1 | -0/+5 |