| Commit message (Expand) | Author | Age | Files | Lines |
* | make ffmpeg able to send back a RTCP receiver report. | Thijs | 2006-10-27 | 4 | -8/+83 |
* | indentation fix, patch by Ryan Martell % rdm4 A martellventures P com % | Ryan Martell | 2006-10-27 | 2 | -14/+14 |
* | fflags can/will be used for muxing too | Baptiste Coudurier | 2006-10-27 | 1 | -1/+1 |
* | Last fix of licence header | Guillaume Poirier | 2006-10-27 | 1 | -1/+1 |
* | move licence header fixes | Guillaume Poirier | 2006-10-26 | 1 | -1/+3 |
* | Fix licence header (aka <pedantic mode='on' /> ) | Guillaume Poirier | 2006-10-26 | 1 | -2/+2 |
* | Add support for H264 over RTP | Ryan Martell | 2006-10-26 | 6 | -49/+164 |
* | remove mov_read_leaf and remove useless reading function table, mov_read_defa... | Baptiste Coudurier | 2006-10-25 | 1 | -52/+1 |
* | fix mp3 in swf decoding | Aurelien Jacobs | 2006-10-25 | 1 | -1/+3 |
* | Register .tga and .tiff image extensions | Kostya Shishkov | 2006-10-23 | 1 | -0/+2 |
* | replace coder/decoder file description in libavformat by muxer/demuxer | Aurelien Jacobs | 2006-10-23 | 24 | -24/+24 |
* | fix flvdec.c file description comment | Aurelien Jacobs | 2006-10-23 | 1 | -1/+1 |
* | document the extradata protocol for VP6F | Aurelien Jacobs | 2006-10-23 | 1 | -0/+6 |
* | don't use ast before checking it's not NULL | Aurelien Jacobs | 2006-10-22 | 1 | -1/+1 |
* | use the adjustment value present in FLV to crop VP6 video | Aurelien Jacobs | 2006-10-22 | 1 | -1/+6 |
* | activate gif decoder, seems to work fine on showdown2.mov | Baptiste Coudurier | 2006-10-22 | 1 | -1/+1 |
* | add gif support | Baptiste Coudurier | 2006-10-22 | 1 | -0/+1 |
* | disable annoying debug messages | Baptiste Coudurier | 2006-10-22 | 1 | -1/+1 |
* | Make read_packet fail is the v4l2 driver returns an unexpected frame size | Luca Abeni | 2006-10-22 | 1 | -1/+6 |
* | avoid crashing when trying to parse invalid files, patch by Andreas Oman, and... | Andreas Öman | 2006-10-21 | 1 | -2/+7 |
* | fix probe, patch by Andreas Oman, andreas at olebyn dot nu | Andreas Öman | 2006-10-21 | 1 | -1/+1 |
* | warn about zlib support needed if file has compressed moov atom | Baptiste Coudurier | 2006-10-20 | 1 | -8/+5 |
* | move memory reading ByteIOContext init from mov.c to avobuf.c | Michael Niedermayer | 2006-10-20 | 2 | -6/+5 |
* | dont mess with ByteIOContext internal variables (fixes showdown2.mov) | Michael Niedermayer | 2006-10-19 | 1 | -2/+1 |
* | use AVFormatContext to log | Baptiste Coudurier | 2006-10-18 | 1 | -1/+1 |
* | Fix license header error notice by Steve LHomme. | Diego Biurrun | 2006-10-18 | 1 | -1/+1 |
* | simplify pcm read seek, use av_get_bits_per_sample | Baptiste Coudurier | 2006-10-18 | 1 | -20/+5 |
* | avoid overwriting pkt | Baptiste Coudurier | 2006-10-17 | 1 | -1/+1 |
* | 10l inverted condition check generated an endless loop | Aurelien Jacobs | 2006-10-17 | 1 | -1/+1 |
* | skip packet if no stream index is found, fix proxy_pal030926.mxf | Baptiste Coudurier | 2006-10-17 | 1 | -0/+1 |
* | skip run in sequence, fix C0023S01.mxf | Baptiste Coudurier | 2006-10-17 | 1 | -15/+25 |
* | * Simplifying the setting of STYPE for AAUX AS | Roman Shaposhnik | 2006-10-16 | 1 | -6/+3 |
* | Replace FLAC FourCC by TwoCC. | Diego Biurrun | 2006-10-16 | 1 | -1/+1 |
* | Revert putting EXTRALIBS in common.mak, linking fails on MinGW. | Diego Biurrun | 2006-10-15 | 1 | -1/+2 |
* | Remove unused variable. | Diego Biurrun | 2006-10-15 | 1 | -1/+1 |
* | Consistently use $(BUILD_ROOT). | Diego Biurrun | 2006-10-15 | 1 | -1/+1 |
* | Ignore blocks with no samples and flags (but usually with MD5 sum) | Kostya Shishkov | 2006-10-15 | 1 | -3/+3 |
* | Use proper PRI?64 macros for %ll? format to fix printf format warnings: | Dominik Mierzejewski | 2006-10-14 | 3 | -5/+5 |
* | Move block size check to decoder | Kostya Shishkov | 2006-10-14 | 1 | -6/+0 |
* | 10l CODEC vs. FORMAT | Michael Niedermayer | 2006-10-13 | 1 | -1/+1 |
* | flv files from myspace with mp3 audio require need_parsing because the | Roberto Togni | 2006-10-13 | 1 | -1/+1 |
* | TIFF decoder | Kostya Shishkov | 2006-10-13 | 1 | -0/+1 |
* | Add a note about illegal codec IDs. | Diego Biurrun | 2006-10-13 | 1 | -0/+2 |
* | Add codec ID for Shorten audio. | Diego Biurrun | 2006-10-13 | 1 | -0/+1 |
* | support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %c... | Baptiste Coudurier | 2006-10-12 | 5 | -2/+312 |
* | new mtv demuxer | Reynaldo H. Verdejo Pinochet | 2006-10-12 | 4 | -0/+191 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 3 | -7/+7 |
* | support for Delphine Software .cin files demuxing / audio and video decoding,... | Baptiste Coudurier | 2006-10-11 | 4 | -0/+229 |
* | fix bit rate | Baptiste Coudurier | 2006-10-11 | 1 | -1/+1 |
* | use av_get_bits_per_sample | Baptiste Coudurier | 2006-10-11 | 1 | -19/+2 |