| Commit message (Expand) | Author | Age | Files | Lines |
* | wtvenc: use ff_put_guid and remove local copy of this function | Peter Ross | 2011-11-05 | 2 | -18/+13 |
* | asfenc: rename put_guid to ff_put_guid | Peter Ross | 2011-11-05 | 2 | -14/+16 |
* | wtvenc: add @file comment | Peter Ross | 2011-11-05 | 1 | -0/+6 |
* | fix whitespace nits | Peter Ross | 2011-11-05 | 1 | -4/+4 |
* | Replace remaining av_new_stream() with avformat_new_stream(). | Clément Bœsch | 2011-11-05 | 8 | -10/+12 |
* | lavf: fix null pointer dereference in rdt | Michael Niedermayer | 2011-11-03 | 1 | -0/+3 |
* | id3v2enc: av_strcasecmp() | Michael Niedermayer | 2011-11-03 | 1 | -2/+1 |
* | Set frame_size for AMR_NB in mov. | Carl Eugen Hoyos | 2011-11-03 | 1 | -2/+5 |
* | Do not use strcpy for "strings" starting with \0. | Carl Eugen Hoyos | 2011-11-03 | 1 | -1/+1 |
* | Replace all strcasecmp/strncasecmp usages. | Reimar Döffinger | 2011-11-03 | 11 | -39/+32 |
* | lavf: Do not set cur_dts to undetermined before first_dts has been calculated... | Michael Niedermayer | 2011-11-03 | 1 | -1/+2 |
* | Cosmetics: Reindent after last commit. | Carl Eugen Hoyos | 2011-11-03 | 1 | -12/+12 |
* | Support new ALAC magic cookie in caf files. | Carl Eugen Hoyos | 2011-11-03 | 1 | -0/+10 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 20 | -39/+184 |
|\ |
|
| * | gsm demuxer: do not allocate packet twice. | Justin Ruggles | 2011-11-02 | 1 | -3/+0 |
| * | flvenc: use first packet delay as global delay. | Justin Ruggles | 2011-11-02 | 1 | -5/+12 |
| * | rtsp: add allowed_media_types option | John Brooks | 2011-11-02 | 2 | -1/+16 |
| * | Create separate functions for the raw GSM demuxer. | Justin Ruggles | 2011-11-02 | 3 | -13/+136 |
| * | Replace vendor string in Ogg and FLAC muxers. | Diego Biurrun | 2011-11-02 | 2 | -2/+2 |
| * | Replace ffmpeg references with more accurate libav* references. | Diego Biurrun | 2011-11-02 | 5 | -5/+5 |
| * | Replace outdated references to ffmpeg tool with avconv. | Diego Biurrun | 2011-11-02 | 4 | -5/+9 |
| * | Remove some stray unnecessary ffmpeg references. | Diego Biurrun | 2011-11-02 | 7 | -7/+7 |
| * | id3v2: fix type of ID3v2EMFunc.free() | Anton Khirnov | 2011-11-02 | 1 | -2/+3 |
| * | g726: use bits_per_coded_sample instead of bitrate to determine mode | Justin Ruggles | 2011-11-01 | 1 | -7/+10 |
* | | mpegtsenc: EAC3 support | Mean | 2011-11-02 | 1 | -0/+6 |
* | | id3v2enc: include strings.h for strcasecmp() | Michael Niedermayer | 2011-11-02 | 1 | -1/+1 |
* | | id3v2enc: add support for year and day/month tags when writing id3v2 version ... | Tobias Rapp | 2011-11-02 | 1 | -1/+42 |
* | | gxf: add timecode information to metadata | Matthieu Bouron | 2011-11-01 | 1 | -3/+45 |
* | | mmsh: add return value for mmsh_open() | Michael Niedermayer | 2011-11-01 | 1 | -1/+1 |
* | | mmsh: do not try to seek to negative tiimestamps, it does not work | Michael Niedermayer | 2011-11-01 | 1 | -1/+2 |
* | | mp3enc: avoid truncating id3v1 tags by one byte | Tobias Rapp | 2011-11-01 | 1 | -5/+6 |
* | | mmsh_read_seek: skip header | Michael Niedermayer | 2011-10-31 | 1 | -0/+3 |
* | | mmsh:_implement a minimal mmsh_seek() so the stream position can be found out. | Michael Niedermayer | 2011-10-31 | 1 | -1/+11 |
* | | asfdec: Check packet_replic_size earlier | Michael Niedermayer | 2011-10-31 | 1 | -4/+4 |
* | | mmsh: mmsh_read_seek() | Michael Niedermayer | 2011-10-31 | 1 | -0/+20 |
* | | mmsh: split out mmsh_open_internal() | Michael Niedermayer | 2011-10-31 | 1 | -2/+8 |
* | | mmsh: move location storage into context | Michael Niedermayer | 2011-10-31 | 1 | -3/+4 |
* | | Fix deprecated warnings in .bit (de)muxer | Vladimir Voroshilov | 2011-10-30 | 1 | -9/+9 |
* | | spdifenc: use special alignment for DTS-HD length_code | Anssi Hannula | 2011-10-30 | 1 | -1/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-30 | 3 | -4/+7 |
|\| |
|
| * | dsicin: fix several audio-related fields in the CIN demuxer | Justin Ruggles | 2011-10-29 | 1 | -3/+3 |
| * | mov: Avoid divide by zero in edit list dts handling | Benjamin Larsson | 2011-10-29 | 1 | -1/+1 |
| * | lavf: use number of output pictures for delay checks. | Ronald S. Bultje | 2011-10-28 | 2 | -1/+4 |
* | | Bump libavformat minor version for the G.729 raw demuxer. | Carl Eugen Hoyos | 2011-10-30 | 1 | -1/+1 |
* | | Minimal patch for G.729 demuxer | Vladimir Voroshilov | 2011-10-29 | 3 | -0/+104 |
* | | Revert "matroskadec: forward parsing errors to caller." | Hendrik Leppkes | 2011-10-29 | 1 | -6/+5 |
* | | Some minor spelling fixes. | Reimar Döffinger | 2011-10-29 | 1 | -4/+4 |
* | | Add Vladimir Voroshilov's copyright header to bit.c. | Carl Eugen Hoyos | 2011-10-29 | 1 | -0/+20 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-29 | 15 | -93/+643 |
|\| |
|
| * | probe: Restore identification of files with very large id3 tags and no extens... | Alex Converse | 2011-10-28 | 1 | -0/+8 |