| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Check size of "strf" header against size of enclosing "LIST" if there is one. | Reimar Döffinger | 2009-07-03 | 1 | -0/+5 |
* | 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 |
* | If either of num or den is 0 make both 0 in av_set_pts_info(). | Michael Niedermayer | 2009-07-02 | 1 | -0/+3 |
* | Make sure av_set_pts_info() does not set the fields of a timebase to | Michael Niedermayer | 2009-07-01 | 1 | -5/+5 |
* | Make arguments of av_set_pts_info() unsigned. | Michael Niedermayer | 2009-07-01 | 2 | -2/+2 |
* | cosmetics, change case and comments alignment | Baptiste Coudurier | 2009-06-30 | 1 | -5/+5 |
* | correctly compute frame flags with closed gop | Baptiste Coudurier | 2009-06-30 | 1 | -9/+19 |
* | Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173). | Alex Converse | 2009-06-29 | 1 | -1/+2 |
* | Make the configure script select the input/output devices using | Stefano Sabatini | 2009-06-29 | 1 | -1/+1 |
* | indent | Michael Niedermayer | 2009-06-29 | 1 | -1/+1 |