| Commit message (Expand) | Author | Age | Files | Lines |
* | nsvdec: Check av_malloc(string_size) | Michael Niedermayer | 2011-12-30 | 1 | -0/+2 |
* | Support "VLB " audio in NSV files. | Reimar Döffinger | 2011-12-13 | 1 | -0/+1 |
* | Support VP8 in NSV. | Reimar Döffinger | 2011-12-11 | 1 | -0/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-01 | 1 | -2/+3 |
|\ |
|
| * | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -2/+3 |
| * | Replace outdated references to ffmpeg tool with avconv. | Diego Biurrun | 2011-11-02 | 1 | -1/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-20 | 1 | -2/+4 |
|\| |
|
| * | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 1 | -2/+4 |
* | | [nsv] Check return value of avio_seek and avoid modifying state if it fails | Joakim Plate | 2011-09-14 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -8/+8 |
|\| |
|
| * | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -8/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -0/+2 |
|\| |
|
| * | Do not include mathematics.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+2 |
| * | nsvdec: Propagate error values instead of returning 0 in nsv_read_header(). | Diego Biurrun | 2011-06-23 | 1 | -1/+1 |
* | | nsv: simplify probe function | Aurelien Jacobs | 2011-06-13 | 1 | -16/+10 |
* | | nsv: return error code instead of discarding it in read_header() | Aurelien Jacobs | 2011-06-13 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-11 | 1 | -2/+0 |
|\| |
|
| * | Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog. | Diego Biurrun | 2011-06-10 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-09 | 1 | -1/+2 |
|\| |
|
| * | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-04 | 1 | -2/+3 |
|\| |
|
| * | Mark some variables with av_unused | Mans Rullgard | 2011-06-03 | 1 | -2/+3 |
| * | nsv: Fix misdetection of MP3 files as NSV. | Thierry Foucu | 2011-05-12 | 1 | -3/+17 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -5/+5 |
* | | If a MP3 file contains the string NSVs, the NSV probe will think it is a NSV ... | Thierry Foucu | 2011-05-12 | 1 | -3/+17 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-17 | 1 | -1/+1 |
|\| |
|
| * | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -1/+1 |
| * | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -6/+6 |
| * | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -4/+4 |
| * | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -1/+1 |
| * | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -4/+4 |
| * | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -27/+27 |
| * | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -4/+4 |
| * | fix nsvdec.c compilation if DEBUG macro defined | Maksym Veremeyenko | 2011-02-16 | 1 | -1/+1 |
| * | fix nsvdec.c compilation if DEBUG defined | Maksym Veremeyenko | 2011-02-15 | 1 | -63/+48 |
| * | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-05 | 1 | -4/+4 |
* | | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-03 | 1 | -1/+1 |
* | | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-03 | 1 | -4/+4 |
* | | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-22 | 1 | -27/+27 |
* | | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -4/+4 |
* | | fix nsvdec.c compilation if DEBUG macro defined | Maksym Veremeyenko | 2011-02-16 | 1 | -1/+1 |
* | | fix nsvdec.c compilation if DEBUG defined | Maksym Veremeyenko | 2011-02-15 | 1 | -63/+48 |
* | | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Mark av_metadata_set() as deprecated, and use av_metadata_set2() | Stefano Sabatini | 2010-04-25 | 1 | -1/+1 |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -2/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Plug memory leak in NSV demuxer. | Jai Menon | 2010-03-03 | 1 | -0/+4 |
* | Use av_match_ext() rather than the deprecated match_ext(), fix | Stefano Sabatini | 2010-01-17 | 1 | -1/+1 |
* | Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. | Carl Eugen Hoyos | 2009-10-16 | 1 | -2/+2 |