| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Better tag support: | Panagiotis Issaris | 2006-09-07 | 1 | -0/+3 |
* | Allow RGB Raw encoding | Javier Garcia | 2006-09-06 | 1 | -1/+1 |
* | ignore index parameter to ignore the ODML index in avi | Michael Niedermayer | 2006-09-05 | 3 | -1/+5 |
* | VMware Video decoder (fourcc: VMnc) | Kostya Shishkov | 2006-09-05 | 1 | -0/+1 |
* | move track timescale/sampleDuration init to write_header and return error if ... | Baptiste Coudurier | 2006-09-04 | 1 | -8/+8 |
* | Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A ... | Michel Bardiaux | 2006-09-04 | 4 | -31/+41 |
* | WVC1 is now decodeable with VC-1 decoder. | Kostya Shishkov | 2006-09-04 | 1 | -0/+1 |
* | * Restructuring the division of labor between DV codec and DV format | Roman Shaposhnik | 2006-09-04 | 2 | -268/+75 |
* | Switch license from GPL to LGPL, this file originates from libdv, which | Diego Biurrun | 2006-09-03 | 1 | -10/+10 |
* | remove redundant declarations | Måns Rullgård | 2006-09-02 | 3 | -8/+0 |
* | Fix for AVI files with odd sized 'movi' list | David Conrad | 2006-08-31 | 1 | -1/+1 |
* | fix b pyramid in mp4 muxing if no dts are provided to the muxer | Michael Niedermayer | 2006-08-30 | 2 | -15/+17 |
* | add support for information in CDXA format | Allan Sandfeld Jensen | 2006-08-29 | 1 | -0/+18 |
* | Add missing file from commit r6122 (AVISynth support) | Guillaume Poirier | 2006-08-29 | 1 | -0/+219 |
* | AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com % | Steve L'Homme | 2006-08-29 | 3 | -0/+5 |
* | ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there... | Aurelien Jacobs | 2006-08-28 | 1 | -1/+0 |
* | scan s->probesize packets instead of MAX_SCAN_PACKETS (that is still the defa... | Nico Sabbi | 2006-08-27 | 1 | -3/+3 |
* | added option probesize; at the moment only used by mpegts.c | Nico Sabbi | 2006-08-27 | 2 | -0/+6 |
* | initial support for AVOption in AVFormatContext | Nico Sabbi | 2006-08-27 | 2 | -2/+22 |
* | support some totally broken ODML variant | Michael Niedermayer | 2006-08-25 | 1 | -6/+20 |
* | fix mac3audio.mov, pcm_s8 and pcm_u8 can only have sample size of 1 and only ... | Baptiste Coudurier | 2006-08-24 | 1 | -1/+1 |
* | correct uid, and enable JPEG 2000 detection | Baptiste Coudurier | 2006-08-24 | 1 | -1/+1 |