| Commit message (Expand) | Author | Age | Files | Lines |
* | Favor chunk size over hitting the correct position after reading the chunk si... | Michael Niedermayer | 2010-05-07 | 1 | -2/+5 |
* | 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 | -3/+3 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -10/+10 |
* | Replace @returns by @return. | Benoit Fouet | 2010-03-30 | 1 | -2/+2 |
* | Use ASF supports "markers" which are a name and a time stamp to create | Vladimir Pantelic | 2010-03-08 | 1 | -0/+27 |
* | asfdec: don't strip the "WM/" prefix, this should be done during conversion. | Anton Khirnov | 2010-02-25 | 1 | -2/+0 |
* | Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in our | Anton Khirnov | 2010-02-24 | 1 | -6/+10 |
* | asfdec: skip byte array tags. | Benoit Fouet | 2010-02-24 | 1 | -2/+2 |
* | asfdec: add a debug message about skipped tags. | Benoit Fouet | 2010-02-24 | 1 | -0/+1 |
* | asfdec: fix a memleak. | Benoit Fouet | 2010-02-24 | 1 | -0/+1 |
* | asfdec: only unicode tags must have even length. | Benoit Fouet | 2010-02-24 | 1 | -1/+1 |
* | workaround for broken files created by previous versions of asfenc. | Anton Khirnov | 2010-02-15 | 1 | -0/+4 |
* | Only add 1 index entry per keyframe. | Michael Niedermayer | 2009-12-16 | 1 | -1/+4 |
* | Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped | Michael Niedermayer | 2009-12-13 | 1 | -4/+12 |
* | Detect Windows Media DRM protected files and display warning if no key | Daniel G. Taylor | 2009-10-11 | 1 | -0/+9 |
* | Fix incorrect display of ASF/WMV duration after r12926. | Josh Harris | 2009-08-30 | 1 | -1/+1 |
* | Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS 14/15: | Ronald S. Bultje | 2009-07-26 | 1 | -0/+8 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | Måns Rullgård | 2009-07-26 | 1 | -1/+1 |
* | Check for packet_length 0, it is already treated as invalid by the padding ch... | Reimar Döffinger | 2009-07-06 | 1 | -1/+1 |
* | Fix indentation | Reimar Döffinger | 2009-07-03 | 1 | -2/+2 |
* | Avoid divisions by 0 in the ASF demuxer if packet_size is not valid. | Reimar Döffinger | 2009-07-03 | 1 | -0/+4 |
* | Remove any reference to ASFContext.packet_size and replace it with | Ronald S. Bultje | 2009-06-24 | 1 | -11/+10 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -2/+2 |
* | Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c: | Ronald S. Bultje | 2009-06-09 | 1 | -2/+17 |
* | fix get_str16_nolen with odd len, fix #1065 | Baptiste Coudurier | 2009-05-24 | 1 | -2/+3 |
* | move DEBUG define before include to get dprintf and move guidcmp before print... | Baptiste Coudurier | 2009-05-24 | 1 | -6/+6 |
* | Per-stream language-tags extraction in asfdec. | Cyril Comparon | 2009-05-12 | 1 | -1/+32 |
* | Mark gsize variable as av_unused, fixes the warning: | Diego Biurrun | 2009-04-19 | 1 | -1/+1 |
* | Revert previous removal of gsize variable. It breaks seeking. | Diego Biurrun | 2009-04-19 | 1 | -0/+1 |
* | Remove unused variable gsize, fixes the warning: | Diego Biurrun | 2009-04-18 | 1 | -1/+0 |
* | Remove nonsensical assignment from asf_read_seek() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -1/+0 |
* | Remove unused variable from asf_read_header() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -2/+0 |
* | Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF, | Ronald S. Bultje | 2009-04-17 | 1 | -1/+1 |
* | Moving variable declarations in asf_build_simple_index() to clarify&prettify ... | Michael Niedermayer | 2009-04-17 | 1 | -10/+7 |
* | Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglist | Ronald S. Bultje | 2009-04-16 | 1 | -1/+1 |
* | Don't strip the first three characters off of any metadata in ASF file. | Ronald S. Bultje | 2009-03-28 | 1 | -1/+1 |
* | Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure | Reimar Döffinger | 2009-03-18 | 1 | -7/+7 |
* | Add a special guidcmp function to compare ASF guids, to avoid the many | Reimar Döffinger | 2009-03-18 | 1 | -19/+24 |
* | cosmetics: fix indentation, patch by avcoder, ffmpeg gmail com | avcoder | 2009-03-17 | 1 | -26/+25 |
* | Add some basic metadata conversion tables for matroska and asf. | Aurelien Jacobs | 2009-03-01 | 1 | -0/+1 |
* | move static tables from asf.h to non-static tables in asf.c | Aurelien Jacobs | 2009-02-26 | 1 | -36/+36 |
* | rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency | Aurelien Jacobs | 2009-02-26 | 1 | -0/+1090 |