| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix playback of strange AVI files with stray LIST. | Aurelien Jacobs | 2009-10-01 | 1 | -0/+6 |
* | 10l in code reading codec_name, the first byte is the length and should not | Reimar Döffinger | 2009-09-30 | 1 | -1/+1 |
* | Return an error when the parsed mpc chunk size is negative, otherwise we | Reimar Döffinger | 2009-09-30 | 1 | -0/+2 |
* | Disable parsing for ogg streams where no ogg header was found, | Reimar Döffinger | 2009-09-30 | 1 | -0/+5 |
* | Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpeg | Reimar Döffinger | 2009-09-30 | 1 | -2/+7 |
* | Sync AC3 probe values with MP3 probe values, they have to avoid similar issues. | Reimar Döffinger | 2009-09-29 | 2 | -2/+7 |
* | Extend DV autodetection to also reliably detect single-frame DVs with | Reimar Döffinger | 2009-09-29 | 1 | -1/+6 |
* | Add id3v2 metadata conversion table and use it in mp3 muxer. | Anton Khirnov | 2009-09-29 | 3 | -0/+23 |
* | 100l, typo | Baptiste Coudurier | 2009-09-26 | 1 | -1/+1 |
* | Export mov/mp4 major and compatible brands as metadata. | haim alon | 2009-09-26 | 1 | -5/+25 |
* | Fix reading VDR files (broken since r19000). | Carl Eugen Hoyos | 2009-09-24 | 1 | -2/+2 |
* | Fix possible buffer over-read in vorbis_comment, fix it double to be sure. | Reimar Döffinger | 2009-09-24 | 1 | -4/+5 |
* | id3v2: Add support for UTF-16 encoding. | Anton Khirnov | 2009-09-23 | 1 | -0/+28 |
* | id3v2: Use 0 instead of '\0'. | Anton Khirnov | 2009-09-23 | 1 | -1/+1 |
* | id3v2: check for enough space to write full UTF-8 characters. | Anton Khirnov | 2009-09-23 | 1 | -2/+2 |
* | Correctly print number of remaining bytes in oggparsevorbis instead of always | Reimar Döffinger | 2009-09-23 | 1 | -1/+1 |
* | Hook up the MD studio demuxer and Atrac1 decoder. | Benjamin Larsson | 2009-09-22 | 3 | -1/+3 |
* | Place MP3 demuxer code under appropriate #ifdefs. | Diego Biurrun | 2009-09-22 | 1 | -14/+17 |
* | Rearrange wav_muxer and {wav|w64}_demuxer blocks to be under proper #ifdefs. | Diego Biurrun | 2009-09-22 | 1 | -91/+88 |
* | Move find_guid function and guid_data array to a globally available place. | Diego Biurrun | 2009-09-22 | 1 | -23/+23 |
* | #include correct header to fix 'make checkheaders'. | Diego Biurrun | 2009-09-18 | 1 | -1/+1 |
* | Only use *ic_ptr when it has been initialized. | Michael Niedermayer | 2009-09-18 | 1 | -2/+3 |
* | Unscrewup indentation (pointed out by Diego). | Ronald S. Bultje | 2009-09-18 | 1 | -2/+2 |
* | RTSP basic authentication, patch originally by Philip Coombes | Ronald S. Bultje | 2009-09-17 | 2 | -4/+26 |
* | fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot be | Niobos | 2009-09-17 | 1 | -4/+12 |
* | print at debug level the score at which codec probing succedeed | Baptiste Coudurier | 2009-09-17 | 1 | -2/+4 |
* | Improve SIFF probe by also checking the first tag is one of the expected. | Reimar Döffinger | 2009-09-17 | 1 | -3/+4 |
* | Improve dxa probe by checking the values for width and height are reasonable. | Reimar Döffinger | 2009-09-17 | 1 | -1/+7 |
* | Slightly improve probe for ea format by checking that it is possible to | Reimar Döffinger | 2009-09-17 | 1 | -2/+6 |
* | Do not include "mp4:" prefix from RTMP URL into "app" path or second time | Lars Täuber | 2009-09-17 | 1 | -3/+5 |
* | Print a warning if a format has been detected with a low score. | Michael Niedermayer | 2009-09-16 | 1 | -2/+6 |
* | Print at debug level the score with which probing succeeded. | Michael Niedermayer | 2009-09-16 | 1 | -0/+2 |
* | Fix indention after last commit. | Michael Niedermayer | 2009-09-16 | 1 | -6/+6 |
* | Improve amortized worst case speed of the muxers packet interleaving code | Michael Niedermayer | 2009-09-16 | 4 | -13/+33 |
* | reindent after last commit and remove unneeded empty line | Kostya Shishkov | 2009-09-16 | 1 | -6/+5 |
* | Make MPC SV8 probe skip tags until stream header is found | Kostya Shishkov | 2009-09-16 | 1 | -19/+38 |
* | Fix overflow check insufficiently improved in r19840. | Reimar Döffinger | 2009-09-16 | 1 | -1/+1 |
* | Core Audio Format demuxer | Peter Ross | 2009-09-16 | 5 | -0/+473 |
* | Make mov LPCM and AAC parsing functions public | Peter Ross | 2009-09-16 | 2 | -15/+24 |
* | Enhance Musepack SV8 probing code | Kostya Shishkov | 2009-09-16 | 1 | -2/+28 |
* | Flv should be AVFMT_VARIABLE_FPS. | Michael Niedermayer | 2009-09-16 | 1 | -1/+1 |
* | Upgrade a few important messages to AV_LOG_WARNING. | Michael Niedermayer | 2009-09-16 | 1 | -3/+3 |
* | Fix indention after previous commit. | Michael Niedermayer | 2009-09-16 | 1 | -6/+6 |
* | Make packet interleaving in the muxer not scan through the whole | Michael Niedermayer | 2009-09-16 | 2 | -10/+24 |
* | Also reset *_end in flush_packet_queue(). | Michael Niedermayer | 2009-09-16 | 1 | -0/+2 |
* | 10l: set genre default immediately before reading genre tag | Justin Ruggles | 2009-09-15 | 1 | -1/+1 |
* | Set ID3v1 genre to 0xFF (unknown) by default instead of 0 (Blues). | Justin Ruggles | 2009-09-15 | 1 | -0/+1 |
* | Do not set 0 FPS in VC-1 test stream format demuxer. | Kostya Shishkov | 2009-09-15 | 1 | -0/+4 |
* | Check for explicit 32-bit FPS value so it works on 64-bit systems too | Kostya Shishkov | 2009-09-15 | 1 | -2/+3 |
* | Make probing for VC1 test bitstream format stricter | Kostya Shishkov | 2009-09-15 | 1 | -1/+3 |