| Commit message (Expand) | Author | Age | Files | Lines |
* | avidec: simplify read_gab2_sub | Anton Khirnov | 2011-02-06 | 1 | -22/+16 |
* | Remove forgotten if (p) av_free(p) forms | Clément Bœsch | 2011-02-04 | 1 | -2/+1 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -2/+2 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | avidec: make print_tag() a macro and remove related ifdefs | Mans Rullgard | 2011-01-25 | 1 | -19/+12 |
* | add ff_get_bmp_header | Peter Ross | 2010-12-26 | 1 | -11/+1 |
* | avidec: read some of the Nikon specific tags produced by Nikon cameras | Aurelien Jacobs | 2010-11-24 | 1 | -0/+38 |
* | avidec: support non-standard creation_time format | Aurelien Jacobs | 2010-11-23 | 1 | -1/+5 |
* | avidec: trivial simplification regarding av_metadata_set | Aurelien Jacobs | 2010-11-23 | 1 | -6/+2 |
* | avidec: export creation_date as metadata | Aurelien Jacobs | 2010-11-21 | 1 | -0/+27 |
* | Export metadata in the generic format. Deprecate old conversion API. | Anton Khirnov | 2010-10-15 | 1 | -1/+2 |
* | Cosmetics: Reindent after r25023. | Carl Eugen Hoyos | 2010-09-02 | 1 | -6/+6 |
* | Fix crash when decoding DV in AVI introduced in r24579 (issue 2174). | Andrew Wason | 2010-09-02 | 1 | -1/+3 |
* | 100l: av_freep() needs the address of the pointer | Aurelien Jacobs | 2010-07-30 | 1 | -1/+1 |
* | avidec: demux ASS and SRT tracks out of GAB2 chunks | Aurelien Jacobs | 2010-07-29 | 1 | -2/+123 |
* | avidec : Free packet if dv_produce_packet fails. | Jai Menon | 2010-07-17 | 1 | -0/+2 |
* | avidec : Free codec context before initializing the chained DV demuxer. | Jai Menon | 2010-07-17 | 1 | -0/+1 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -1/+1 |
* | Disable dshow specific bug emulation for amv files as they arent | Michael Niedermayer | 2010-07-02 | 1 | -1/+3 |
* | Rename block_align variable in the avi demuxer to clearly seperate its purpose | Michael Niedermayer | 2010-07-02 | 1 | -4/+4 |
* | Duplicate rounding that MS does in one of their implementations of an avi dem... | Michael Niedermayer | 2010-07-02 | 1 | -0/+4 |
* | Factorize get_duration() out of 4 places of the avi demuxer. | Michael Niedermayer | 2010-07-01 | 1 | -14/+11 |
* | Prevent infinite recursion of odml indexes. | Michael Niedermayer | 2010-07-01 | 1 | -0/+9 |
* | Disable non interleaved avi code when there is no index available. | Michael Niedermayer | 2010-05-20 | 1 | -0/+10 |
* | Do not use pkt->size when it is potentially uninitialized. | Thierry Foucu | 2010-05-04 | 1 | -1/+1 |
* | Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemail com>. | Sebastian Vater | 2010-04-20 | 1 | -1/+1 |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -4/+4 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -13/+13 |
* | Avoid creating tiny (possibly only 64 bytes large) audio packets resulting in | Reimar Döffinger | 2010-03-14 | 1 | -1/+2 |
* | Add AVI metadata conversion table. | Anton Khirnov | 2010-02-06 | 1 | -24/+18 |
* | Support strn tag in avidec. | Michael Niedermayer | 2010-02-05 | 1 | -9/+19 |
* | Correcting wrong looking stream_id validity check in avidec. | Michael Niedermayer | 2010-02-05 | 1 | -1/+1 |
* | Only set duration for streams where it is likely correct. | Michael Niedermayer | 2010-02-03 | 1 | -1/+2 |
* | Set nb_frames. | Michael Niedermayer | 2010-02-02 | 1 | -4/+4 |
* | Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes iss... | Carl Eugen Hoyos | 2010-01-12 | 1 | -0/+5 |
* | Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped | Michael Niedermayer | 2009-12-13 | 1 | -5/+10 |
* | Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis. | Michael Niedermayer | 2009-10-22 | 1 | -3/+3 |
* | Support non interleaved avi files that have 0<size<sample_size. | Michael Niedermayer | 2009-10-22 | 1 | -17/+13 |
* | Fix playback of strange AVI files with stray LIST. | Aurelien Jacobs | 2009-10-01 | 1 | -0/+6 |
* | Fix a bug with reading non-interleaved AVI if one the streams is | Maksym Veremeyenko | 2009-09-09 | 1 | -0/+6 |
* | Factorise st->nb_index_entries check. | Maksym Veremeyenko | 2009-09-09 | 1 | -1/+4 |
* | Check for seek failures in avi_load_index, otherwise if the index offset | Reimar Döffinger | 2009-08-26 | 1 | -4/+7 |
* | Do not read index chunks as audio/video data; closes issue 1336. | Maksym Veremeyenko | 2009-08-25 | 1 | -0/+6 |
* | avidec: simplify, using av_rescale_q() instead of av_rescale() | Aurelien Jacobs | 2009-08-10 | 1 | -3/+3 |
* | Remove pointless '#ifdef DEBUG' around dprintf macro. | Diego Biurrun | 2009-07-29 | 1 | -2/+0 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 1 | -1/+1 |
* | Check for failed extradata malloc, fixes a crash in out-of-memory conditions | Reimar Döffinger | 2009-07-03 | 1 | -0/+4 |
* | Check size of "strf" header against size of enclosing "LIST" if there is one. | Reimar Döffinger | 2009-07-03 | 1 | -0/+5 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -2/+2 |
* | Workaround broken AVI files from DC-XZ6. | Michael Niedermayer | 2009-05-25 | 1 | -0/+11 |