| Commit message (Expand) | Author | Age | Files | Lines |
* | Add fourccs for Wavpak and TTA | Yong | 2006-10-07 | 1 | -0/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 107 | -427/+641 |
* | Replace -I../-I. by -I$(BUILD_ROOT). | Diego Biurrun | 2006-10-07 | 1 | -1/+1 |
* | flac fourcc (fixes mplayer -demuxer 35 with flac) | Michael Niedermayer | 2006-10-06 | 1 | -0/+1 |
* | prevent >16bit tags to be truncated and used in creating .wav files | Michael Niedermayer | 2006-10-06 | 1 | -1/+1 |
* | support D-10, XDCAM, fix ebu_small_d10_50_audio_resampling_problem.mxf, xdcam... | Baptiste Coudurier | 2006-10-05 | 1 | -4/+48 |
* | remove useless casts | Baptiste Coudurier | 2006-10-04 | 1 | -8/+8 |
* | Move EXTRALIBS handling to common.mak. | Diego Biurrun | 2006-10-03 | 1 | -2/+1 |
* | fix r_frame_rate detection in mpeg4 streams with non integer fps | Michael Niedermayer | 2006-10-03 | 1 | -3/+8 |
* | Remove unused variables and the corresponding warnings along with them. | Diego Biurrun | 2006-10-03 | 1 | -1/+1 |
* | rtp.o needs mpegts.o | Diego Biurrun | 2006-10-02 | 1 | -1/+1 |
* | fix audio for mog_op1a_prompeg_mpeg.mxf | Baptiste Coudurier | 2006-10-02 | 1 | -0/+2 |
* | return 0 as stream index if only one stream, this is completely non standard,... | Baptiste Coudurier | 2006-10-02 | 1 | -1/+2 |
* | 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 |