| Commit message (Expand) | Author | Age | Files | Lines |
* | Moves the display of metadata to dump_format() | Peter Ross | 2009-08-12 | 1 | -0/+8 |
* | Parse ID3 tags in Musepack SV7 files | Matti Hamalainen | 2009-08-11 | 1 | -7/+13 |
* | Parse APE metadata tags in Musepack SV7 files | Matti Hamalainen | 2009-08-11 | 2 | -1/+9 |
* | Move APE tag parsing into separate module. | Kostya Shishkov | 2009-08-11 | 4 | -99/+158 |
* | Do not use internals of ByteIOContext during APE tags parsing. | Matti Hamalainen | 2009-08-11 | 1 | -12/+18 |
* | Remove incorrect APE tag size adjustment based on flags. | Matti Hamalainen | 2009-08-11 | 1 | -3/+0 |
* | avidec: simplify, using av_rescale_q() instead of av_rescale() | Aurelien Jacobs | 2009-08-10 | 1 | -3/+3 |
* | actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() doc | Aurelien Jacobs | 2009-08-10 | 1 | -0/+1 |
* | matroskadec: disable h264 parser as long as it totally mess up frame type | Aurelien Jacobs | 2009-08-10 | 1 | -0/+1 |
* | matroskadec: correctly parse flags for simpleblock frames | Aurelien Jacobs | 2009-08-10 | 1 | -2/+6 |
* | cosmetics: whitespace, prettyprinting, coding style fixes | Diego Biurrun | 2009-08-10 | 1 | -28/+29 |
* | Sony Wave64 demuxer | Daniel Verkamp | 2009-08-10 | 3 | -1/+121 |
* | fix riff subtitle timebase | Aurelien Jacobs | 2009-08-07 | 1 | -1/+2 |
* | Use enums instead of int. | Ramiro Polla | 2009-08-02 | 1 | -3/+3 |
* | RTMP protocol support (as a client) | Kostya Shishkov | 2009-07-31 | 7 | -1/+1217 |
* | cosmetics, remove spaces after '(' and before ')' | Baptiste Coudurier | 2009-07-30 | 1 | -14/+14 |
* | init pes dts and pts to AV_NOPTS_VALUE, fix issue #1297 | Baptiste Coudurier | 2009-07-30 | 1 | -0/+2 |
* | Remove old_flags variable, which is a duplicate of the flags variable. | Ronald S. Bultje | 2009-07-30 | 1 | -3/+2 |
* | Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function | Ronald S. Bultje | 2009-07-30 | 3 | -15/+14 |
* | return EOF in image2 demuxer | Baptiste Coudurier | 2009-07-30 | 1 | -0/+2 |
* | Remove pointless '#ifdef DEBUG' around dprintf macro. | Diego Biurrun | 2009-07-29 | 1 | -2/+0 |
* | Stop parsing in read_header only after finding pmt, and | Baptiste Coudurier | 2009-07-29 | 1 | -6/+5 |
* | rename freq to period which is more correct, patch by Niobos, niobos dot be a... | Niobos | 2009-07-28 | 1 | -10/+10 |
* | Cosmetics: remove spaces between function name and arguments in declaration, | Ronald S. Bultje | 2009-07-27 | 1 | -17/+11 |
* | Use named initializers and use new/free_context() instead of extradata() | Colin McQuillan | 2009-07-27 | 4 | -34/+34 |
* | Implement support for EOS as used by WMS and other RTSP servers that do not | Ronald S. Bultje | 2009-07-27 | 2 | -0/+25 |
* | Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. See | Ronald S. Bultje | 2009-07-27 | 2 | -1/+201 |
* | Only consider -1 as an error return value for open(). | Martin Storsjö | 2009-07-27 | 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 | 5 | -7/+7 |
* | fix various compilation dependencies | Aurelien Jacobs | 2009-07-24 | 1 | -5/+5 |
* | fix compilation of cavsvideo demuxer | Aurelien Jacobs | 2009-07-24 | 1 | -0/+2 |
* | Register some additional AMF types in libavformat/flv.h | Kostya Shishkov | 2009-07-21 | 1 | -0/+2 |
* | Use globally consistent include guard names. | Stefano Sabatini | 2009-07-19 | 1 | -3/+3 |
* | Only free '*ic_ptr' when a caller has pre-allocated a context and passed it in | Art Clarke | 2009-07-15 | 1 | -1/+3 |
* | Use ff_neterrno instead of errno in tcp.c. | Martin Storsjö | 2009-07-15 | 1 | -2/+2 |
* | Only #define lseek to _lseeki64 on MinGW, not MinGW CE. | İsmail Dönmez | 2009-07-13 | 1 | -1/+1 |
* | Make (de)muxers for format variants select the main format (de)muxer. | Diego Biurrun | 2009-07-12 | 1 | -9/+0 |
* | Add block_align to sox input. | Phil Rutschman | 2009-07-08 | 1 | -3/+6 |
* | Fix mem leak when user preallocates an AVFormatContext, passes it to | Art Clarke | 2009-07-08 | 1 | -1/+1 |
* | flvdec: expose metadata through the generic metadata API | Aurelien Jacobs | 2009-07-06 | 1 | -1/+7 |
* | flvdec: re-enable metadata parsing | Aurelien Jacobs | 2009-07-06 | 1 | -1/+1 |
* | flvdec: don't set format and codec context from metadata values | Aurelien Jacobs | 2009-07-06 | 1 | -25/+0 |
* | 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 and simplify long gop mpeg codec ul computation | Baptiste Coudurier | 2009-07-04 | 1 | -13/+6 |
* | set index duration to 0 for cbr, specifying whole container coverage | Baptiste Coudurier | 2009-07-04 | 1 | -1/+4 |
* | use ber4 length for descriptors preferred by specs | Baptiste Coudurier | 2009-07-04 | 1 | -1/+1 |
* | write profile and level local tag in mpeg descriptor | Baptiste Coudurier | 2009-07-04 | 1 | -1/+9 |
* | Replace invalid Theora frame rate by 25 FPS. | Reimar Döffinger | 2009-07-03 | 1 | -0/+5 |
* | Check for failed extradata malloc, fixes a crash in out-of-memory conditions | Reimar Döffinger | 2009-07-03 | 1 | -0/+4 |