| Commit message (Expand) | Author | Age | Files | Lines |
* | XWD encoder and decoder | Paul B Mahol | 2012-01-23 | 1 | -1/+2 |
* | mxfdec: fix memleak on mxf_read_close() | Janne Grunau | 2012-01-23 | 1 | -0/+1 |
* | westwood: split the AUD and VQA demuxers into separate files. | Justin Ruggles | 2012-01-23 | 3 | -147/+177 |
* | riff: fix invalid av_freep() calls on EOF in ff_read_riff_info | Janne Grunau | 2012-01-22 | 1 | -2/+1 |
* | mxfdec: fix memleak on av_realloc failures | Janne Grunau | 2012-01-22 | 1 | -5/+8 |
* | mxfdec: Do not parse slices or DeltaEntryArrays. | Tomas Härdin | 2012-01-22 | 1 | -76/+10 |
* | mxfdec: hybrid demuxing/seeking solution | Janne Grunau | 2012-01-22 | 1 | -143/+454 |
* | mxfdec: Add Avid's essence element key. | Tomas Härdin | 2012-01-22 | 1 | -1/+4 |
* | mfxdec: Separate mxf_essence_container_uls for audio and video. | Carl Eugen Hoyos | 2012-01-22 | 1 | -3/+6 |
* | mxfdec: Compute packet offsets properly. | Tomas Härdin | 2012-01-22 | 1 | -16/+37 |
* | mxfdec: Use MaterialPackage - Track - TrackID instead of the system_item hack. | Tomas Härdin | 2012-01-22 | 1 | -13/+10 |
* | mxfdec: use av_dlog() for 'no corresponding source package found' | Tomas Härdin | 2012-01-22 | 1 | -32/+143 |
* | mxfdec: Make mxf->partitions sorted by offset. | Tomas Härdin | 2012-01-22 | 1 | -1/+15 |
* | mxfdec: parse ThisPartition | Tomas Härdin | 2012-01-22 | 1 | -2/+5 |
* | mxfdec: Speed up metadata and index parsing. | Tomas Härdin | 2012-01-22 | 1 | -10/+119 |
* | mxfdec: Make sure DataDefinition is consistent between material track and sou... | Tomas Härdin | 2012-01-22 | 1 | -5/+12 |
* | mxfdec: add EssenceContainer UL found in 0001GL00.MXF.A1.mxf_opatom.mxf | Tomas Härdin | 2012-01-22 | 1 | -0/+1 |
* | mxfdec: Add hack that adjusts the n_delta calculation when system items are p... | Tomas Härdin | 2012-01-22 | 1 | -1/+8 |
* | mxfdec: Parse IndexTableSegments and convert them into AVIndexEntry arrays. | Janne Grunau | 2012-01-22 | 1 | -8/+318 |
* | mxfdec: Move FooterPartition to MXFContext and make sure it is never zero. | Tomas Härdin | 2012-01-22 | 1 | -3/+14 |
* | mxfdec: check return value of avio_seek | Joakim Plate | 2012-01-22 | 1 | -1/+4 |
* | mxfdec: skip to end of structural sets | Philip de Nier | 2012-01-22 | 1 | -1/+4 |
* | mxfdec: parse MXF partitions | Tomas Härdin | 2012-01-22 | 1 | -1/+107 |
* | rtsp: Use a random offset for trying to open UDP ports for RTP | Dmitry Volyntsev | 2012-01-22 | 1 | -2/+9 |
* | rtsp: Allow specifying the UDP port range via AVOptions | Martin Storsjö | 2012-01-22 | 2 | -2/+16 |
* | rtsp: Remove a leftover, currently pointless check | Dmitry Volyntsev | 2012-01-22 | 1 | -10/+8 |
* | rtpdec: Use our own SSRC in the SDES field when sending RRs | Martin Storsjö | 2012-01-21 | 1 | -1/+1 |
* | lavf: rename fer option and document resulting (f_)err_detect options | Dustin Brody | 2012-01-21 | 1 | -3/+8 |
* | movenc: Reorder entries in the MOVIentry struct, for tigheter packing | Martin Storsjö | 2012-01-21 | 1 | -2/+2 |
* | rtsp: Remove extern declarations for variables that don't exist | Martin Storsjö | 2012-01-21 | 1 | -3/+0 |
* | Add a tool that uses avio to read and write, doing a plain copy of data | Martin Storsjö | 2012-01-20 | 1 | -1/+1 |
* | lavf: force single-threaded decoding in avformat_find_stream_info | Janne Grunau | 2012-01-20 | 1 | -3/+20 |
* | avidec: migrate last of lavf from FF_ER_* to AV_EF_* | Dustin Brody | 2012-01-20 | 1 | -3/+4 |
* | lavf: free packets for muxers implementing interleave_packet(). | Anton Khirnov | 2012-01-18 | 1 | -3/+6 |
* | lavf: fix and extend av_interleaved_write_frame() doxy. | Anton Khirnov | 2012-01-18 | 1 | -3/+12 |
* | mov: Remove dead stores for spherical coordinates for channel position. | Alex Converse | 2012-01-18 | 1 | -4/+3 |
* | add SMJPEG muxer | Paul B Mahol | 2012-01-16 | 4 | -2/+152 |
* | avformat: split out common SMJPEG code | Paul B Mahol | 2012-01-16 | 4 | -154/+229 |
* | mov, mxfdec: Employ more meaningful return values. | Daniel Huang | 2012-01-15 | 2 | -86/+95 |
* | utils: Check for extradata size overflows. | Alex Converse | 2012-01-12 | 1 | -1/+3 |
* | avio: Fix the value of the deprecated URL_FLAG_NONBLOCK | Martin Storsjö | 2012-01-12 | 1 | -1/+1 |
* | ffmenc: remove references to deprecated AVFormatContext.timestamp. | Anton Khirnov | 2012-01-12 | 1 | -2/+2 |
* | lavf: undeprecate read_seek(). | Anton Khirnov | 2012-01-12 | 2 | -7/+3 |
* | riff: remove references to sonic codec ids | Anton Khirnov | 2012-01-12 | 1 | -2/+0 |
* | gsm demuxer: use generic seeking instead of a gsm-specific function. | Justin Ruggles | 2012-01-11 | 1 | -34/+1 |
* | gsm demuxer: return packets with only 1 gsm block at a time. | Justin Ruggles | 2012-01-11 | 1 | -3/+2 |
* | wtv: fix memleaks during normal operation | Janne Grunau | 2012-01-11 | 1 | -0/+3 |
* | ipmovie: fix pts for CODEC_ID_INTERPLAY_DPCM | Justin Ruggles | 2012-01-10 | 1 | -1/+1 |
* | sierravmd: fix audio pts | Justin Ruggles | 2012-01-10 | 1 | -1/+1 |
* | movenc: Don't store a nonzero creation time if nothing was set by the caller | Martin Storsjö | 2012-01-10 | 1 | -1/+2 |