| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Use AVERROR_INVALIDDATA rather than -1 for nutdec error codes. | Stefano Sabatini | 2011-01-12 | 1 | -14/+14 |
* | nutdec: when parsing info packet, set metadata var only once | Anton Khirnov | 2010-10-24 | 1 | -6/+9 |
* | Export metadata in the generic format. Deprecate old conversion API. | Anton Khirnov | 2010-10-15 | 1 | -1/+2 |
* | rename LAVF_API_* defines to FF_API_* to clarify that it is not public API | Aurelien Jacobs | 2010-08-18 | 1 | -1/+1 |
* | add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS API | Aurelien Jacobs | 2010-08-17 | 1 | -1/+1 |
* | get rid of MAX_STREAMS limit in nutdec | Aurelien Jacobs | 2010-08-10 | 1 | -1/+7 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -1/+1 |
* | bswap: change ME to NE in macro names | Måns Rullgård | 2010-07-10 | 1 | -1/+1 |
* | Fix warning "passing argument from incompatible pointer type". | Eli Friedman | 2010-07-03 | 1 | -1/+1 |
* | Make the nut decoder read the ff_nut_video_tags to detect codec id of | Stefano Sabatini | 2010-05-23 | 1 | -1/+3 |
* | Define ff_nut_video_tags and make Nut muxer and demuxer set it in | Stefano Sabatini | 2010-05-23 | 1 | -0/+1 |
* | Make the nut demuxer issue a more meaningful error message if it | Stefano Sabatini | 2010-05-09 | 1 | -1/+2 |
* | 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 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -6/+6 |
* | Replace @returns by @return. | Benoit Fouet | 2010-03-30 | 1 | -1/+1 |
* | Fix NUT (de)muxer warnings: | Vitor Sessak | 2010-03-28 | 1 | -3/+6 |
* | Fix warnings in NUT demuxer: | Vitor Sessak | 2010-03-24 | 1 | -2/+2 |
* | Plug memory leak in NUT muxer and demuxer | Vitor Sessak | 2010-03-03 | 1 | -0/+1 |
* | Revert r22119 and partially revert 22120. | Vitor Sessak | 2010-03-01 | 1 | -1/+0 |
* | nutdec: make chapter start and length uint64_t to prevent overflows. | Anton Khirnov | 2010-03-01 | 1 | -2/+2 |
* | Plug some memory leaks in NUT muxer and demuxer | Vitor Sessak | 2010-02-28 | 1 | -0/+4 |
* | Introduce metadata conversion table for NUT muxer and demuxer. | Anton Khirnov | 2010-02-24 | 1 | -0/+1 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -3/+3 |
* | use new metadata API in nut demuxer | Aurelien Jacobs | 2009-02-27 | 1 | -15/+13 |
* | export gcd function as av_gcd() | Aurelien Jacobs | 2009-01-17 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -1/+1 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+1 |
* | remove _t for POSIX compatibility. | Michael Niedermayer | 2008-12-11 | 1 | -3/+3 |
* | convert every muxer/demuxer to write/read sample_aspect_ratio from/to | Aurelien Jacobs | 2008-08-23 | 1 | -4/+4 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Fix memleak, fixed CID123. | Michael Niedermayer | 2008-05-27 | 1 | -6/+13 |
* | Pass time_base as argument to new_chapter() as well. | Michael Niedermayer | 2008-05-23 | 1 | -2/+3 |
* | Chapter demuxing support. (untested as I have no nuts with chapters) | Michael Niedermayer | 2008-05-23 | 1 | -0/+12 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -2/+2 |
* | Fix 'comparison always false' warning. | Diego Pettenò | 2008-05-04 | 1 | -1/+1 |
* | typo fixes | Diego Biurrun | 2008-03-15 | 1 | -1/+1 |
* | typo fixes | Diego Biurrun | 2008-03-12 | 1 | -1/+1 |
* | Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing | Evgeniy Stepanov | 2008-03-07 | 1 | -0/+20 |
* | Subtitle support. (untested) | Michael Niedermayer | 2008-03-05 | 1 | -1/+1 |
* | factorize | Michael Niedermayer | 2008-03-02 | 1 | -6/+3 |
* | subtitles (codec tag tables still missing ...) | Michael Niedermayer | 2008-03-02 | 1 | -2/+5 |
* | Elision header demuxing support. | Michael Niedermayer | 2008-02-15 | 1 | -5/+42 |
* | Read match time delta in the frame header. | Michael Niedermayer | 2008-02-13 | 1 | -0/+2 |
* | Read match_time_delta in the framecode table. | Michael Niedermayer | 2008-02-13 | 1 | -1/+4 |
* | typo fix: inited --> initialized | Diego Biurrun | 2008-02-13 | 1 | -3/+3 |
* | Remove old workaround in nutdec.c for libnut bug | Oded Shimon | 2008-02-04 | 1 | -5/+1 |
* | missing " && j<syncpoint_count" protection in the index parsing, as the | Oded Shimon | 2008-02-04 | 1 | -1/+1 |
* | ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only | Oded Shimon | 2008-02-04 | 1 | -1/+1 |