| Commit message (Expand) | Author | Age | Files | Lines |
* | Cosmetics: whitespace | Alex Converse | 2010-07-07 | 1 | -3/+3 |
* | improve long_name for ass (de)muxer | Aurelien Jacobs | 2010-07-07 | 2 | -2/+2 |
* | Ignore extradata & w/h in asf/dvr. | Michael Niedermayer | 2010-07-07 | 1 | -1/+7 |
* | Associate .tga with format image2. | Carl Eugen Hoyos | 2010-07-07 | 1 | -1/+1 |
* | Add #ifdefs around code specific to file and pipe protocols | Måns Rullgård | 2010-07-06 | 1 | -18/+24 |
* | os_support: include some headers only when needed | Måns Rullgård | 2010-07-06 | 1 | -3/+3 |
* | rtpenc: remove unnecessary #include unistd.h | Måns Rullgård | 2010-07-06 | 1 | -2/+0 |
* | file_protocol: remove redundant #include sys/time.h | Måns Rullgård | 2010-07-06 | 1 | -1/+0 |
* | rtpdec_asf: Propagate errors from the chained av_open_input_stream | Martin Storsjö | 2010-07-05 | 2 | -3/+7 |
* | Silence a warning when compiling aviobuf.c | Eli Friedman | 2010-07-05 | 1 | -2/+1 |
* | Remove superfluous id3v2.o dependency for dts, eac3, gsm, mlp, shorten, and | Michael Karcher | 2010-07-05 | 1 | -6/+6 |
* | Add id3v1.o dependency for oma demuxer | Michael Karcher | 2010-07-05 | 1 | -1/+1 |
* | mov: Read Flash's chpl variant | David Conrad | 2010-07-04 | 1 | -3/+5 |
* | Fix warning "passing argument from incompatible pointer type". | Eli Friedman | 2010-07-03 | 1 | -1/+1 |
* | Move AVStream->codec_info_nb_frames increment after try_decode_frame | Baptiste Coudurier | 2010-07-03 | 1 | -2/+1 |
* | In av_find_stream_info, decode at least 4 h.264 frames to be able to guess de... | Baptiste Coudurier | 2010-07-03 | 1 | -2/+8 |
* | 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 |
* | Bump libavformat minor (as a result of r24003). | Jai Menon | 2010-07-02 | 1 | -1/+1 |
* | matroskadec: merge only SSA packets together | David Conrad | 2010-07-02 | 1 | -1/+2 |
* | add AV_DISPOSITION_FORCED flag and use it in matroska demuxer | Aurelien Jacobs | 2010-07-02 | 2 | -1/+8 |
* | Duplicate rounding that MS does in one of their implementations of an avi dem... | Michael Niedermayer | 2010-07-02 | 1 | -0/+4 |
* | Fix doxy of flags parameter in fps_umf2avr(). | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. | Diego Biurrun | 2010-07-02 | 2 | -7/+7 |
* | Replace incorrect @NOTE Doxygen command by @note; capitalization matters. | Diego Biurrun | 2010-07-02 | 1 | -1/+1 |
* | Fix Doxygen function parameter documentation syntax. | Diego Biurrun | 2010-07-02 | 1 | -3/+3 |
* | Remove non-existing stray arguments from Doxygen function documentation. | Diego Biurrun | 2010-07-02 | 1 | -1/+0 |
* | Fix misspelled parameter names in Doxygen documentation. | Diego Biurrun | 2010-07-02 | 5 | -9/+9 |
* | In mxf muxer, fix last b frame temporal offset | Baptiste Coudurier | 2010-07-02 | 1 | -33/+35 |
* | In mov demuxer, fix seeking to the beginning when file has edit lists. | John Stebbins | 2010-07-02 | 1 | -0/+2 |
* | mpegtsenc: allocate correct size for PID table | Måns Rullgård | 2010-07-01 | 1 | -1/+1 |
* | In mov demuxer, only set sar if not already set, patch by Andrew Wason, | Andrew Wason | 2010-07-01 | 1 | -7/+4 |
* | Use ext sample from mpeg4audio config if set with AAC SBR | Baptiste Coudurier | 2010-07-01 | 2 | -2/+7 |
* | Pad the buffer in url_close_dyn_buf, for buffers opened with url_open_dyn_buf | Josh Allmann | 2010-07-01 | 2 | -2/+13 |
* | Add RTP depacketization of SVQ3 | Josh Allmann | 2010-07-01 | 5 | -1/+175 |
* | Change all functions referenced in the mxf_metadata_read_table to use the same | Reimar Döffinger | 2010-07-01 | 1 | -15/+29 |
* | fix warning in ff_metadata_mux_compat() | Eli Friedman | 2010-07-01 | 1 | -2/+3 |
* | Allow remuxing of explicitly signalled AAC files into ADTS. | Alex Converse | 2010-07-01 | 1 | -7/+10 |
* | Factorize get_duration() out of 4 places of the avi demuxer. | Michael Niedermayer | 2010-07-01 | 1 | -14/+11 |
* | Use new librtmp APIs instead of grubbing around in RTMP struct | Howard Chu | 2010-07-01 | 1 | -6/+3 |
* | Prevent infinite recursion of odml indexes. | Michael Niedermayer | 2010-07-01 | 1 | -0/+9 |
* | Make "invalid dts/pts combination" a debug instead of a warning message. | XBMC | 2010-06-30 | 1 | -1/+1 |
* | Allow setting streamid when muxing mpegts. | Mike Scheutzow | 2010-06-30 | 1 | -2/+29 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 15 | -128/+128 |
* | mxfdec: Improve parsing of the PixelLayout item | Tomas Härdin | 2010-06-30 | 3 | -14/+62 |
* | In mov demuxer, increase total size after debugging message | Baptiste Coudurier | 2010-06-28 | 1 | -1/+1 |
* | Reindent | Josh Allmann | 2010-06-28 | 1 | -17/+17 |
* | rtpdec: Clean up FMTP parsing code in AMR RTP depacketizer | Josh Allmann | 2010-06-28 | 1 | -29/+51 |
* | rtpdec: Cleanup FMTP parsing code in Xiph RTP depacketizer | Josh Allmann | 2010-06-28 | 1 | -25/+4 |
* | rtpdec: Malloc the fmtp value buffer | Josh Allmann | 2010-06-28 | 1 | -3/+12 |