| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Reindent | Josh Allmann | 2010-06-28 | 1 | -18/+18 |
* | rtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP depacketizer | Josh Allmann | 2010-06-28 | 1 | -19/+14 |
* | rtpdec: Clean up FMTP parsing code in H.264 RTP depacketizer | Josh Allmann | 2010-06-28 | 1 | -14/+1 |
* | Reindent | Josh Allmann | 2010-06-28 | 1 | -2/+2 |
* | rtpdec: Return ENOMEM if H.264 RTP fails to allocate memory for SDP extradata | Josh Allmann | 2010-06-28 | 1 | -1/+3 |
* | rtpdec: Add generic function for iterating over FMTP configuration lines | Josh Allmann | 2010-06-28 | 2 | -0/+30 |
* | rtpdec: Move space_chars from avformat/internal to rtpdec | Josh Allmann | 2010-06-28 | 3 | -3/+2 |
* | Fix an "assignment from incompatible pointer type" warning in av_read_frame_i... | Eli Friedman | 2010-06-28 | 1 | -1/+1 |
* | Remove an unused label, fixing a warning | Eli Friedman | 2010-06-27 | 1 | -1/+0 |
* | Add proper const declaration to a cast, fixes a warning | Eli Friedman | 2010-06-27 | 1 | -1/+1 |
* | Make ff_url_split() public | Måns Rullgård | 2010-06-27 | 12 | -36/+63 |
* | Fix implicit cast warning | Eli Friedman | 2010-06-27 | 1 | -1/+1 |
* | rtpdec_mpeg4: Rename PayloadContext to be consistently 'data' | Josh Allmann | 2010-06-25 | 1 | -24/+24 |
* | RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references... | Josh Allmann | 2010-06-25 | 5 | -71/+62 |
* | rtpdec: Move AAC depacketization code in rtpdec to a proper payload handler | Josh Allmann | 2010-06-25 | 2 | -76/+83 |
* | RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.c | Josh Allmann | 2010-06-25 | 2 | -69/+50 |
* | RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c | Josh Allmann | 2010-06-25 | 5 | -63/+168 |
* | RTSP: Remove skip_spaces in favor of strspn | Josh Allmann | 2010-06-25 | 2 | -25/+14 |
* | avienc : Avoid creating invalid AVI files when muxing subtitle streams | Jai Menon | 2010-06-25 | 1 | -1/+4 |
* | Improve mov atom parsing debug message, print parent atom and size in decimal | Baptiste Coudurier | 2010-06-25 | 1 | -5/+5 |
* | Remove typo: s/ingore/ignore/ | Luca Barbato | 2010-06-24 | 1 | -1/+1 |
* | asfdec: ensure number of streams is within bounds; remove VLA in asf_read_pts() | Måns Rullgård | 2010-06-24 | 1 | -1/+7 |
* | Correctly return EOF for smacker videos | Alexei Svitkine | 2010-06-24 | 1 | -1/+1 |
* | Reindent | Martin Storsjö | 2010-06-23 | 1 | -1/+1 |
* | Add all required includes to avio.h | Martin Storsjö | 2010-06-23 | 1 | -0/+1 |
* | Continue after guids in asf after which other guids are possible instead of s... | Michael Niedermayer | 2010-06-23 | 1 | -0/+2 |
* | Mention how "now" is interpreted in the parse_date() doxy. | Stefano Sabatini | 2010-06-22 | 1 | -1/+2 |