| Commit message (Expand) | Author | Age | Files | Lines |
* | mxfdec: Fix files with essence containers larger than 2 GiB. | Tomas Härdin | 2012-01-26 | 1 | -1/+1 |
* | mxfdec: Employ correct printf conversion specifiers for POSIX int types. | Jean First | 2012-01-26 | 1 | -5/+10 |
* | lavf: prevent infinite loops while flushing in avformat_find_stream_info | Janne Grunau | 2012-01-26 | 1 | -8/+14 |
* | matroskadec: Pad AAC extradata. | Alex Converse | 2012-01-25 | 1 | -1/+1 |
* | movenc: Don't require frame_size to be set for modes other than mov | Martin Storsjö | 2012-01-25 | 1 | -1/+1 |
* | movenc: Reindent a block | Martin Storsjö | 2012-01-25 | 1 | -13/+15 |
* | Add a tool for creating smooth streaming manifests | Martin Storsjö | 2012-01-25 | 1 | -1/+1 |
* | movdec: Calculate an average bit rate for fragmented streams, too | Martin Storsjö | 2012-01-25 | 2 | -1/+15 |
* | movenc: Write the sample rate instead of time scale in the stsd atom | Martin Storsjö | 2012-01-25 | 1 | -2/+2 |
* | movenc: Add a separate ismv/isma (smooth streaming) muxer | Martin Storsjö | 2012-01-25 | 4 | -5/+141 |
* | movenc: Allow the caller to decide on fragmentation | Martin Storsjö | 2012-01-25 | 2 | -8/+21 |
* | libavformat: Add a flag for muxers that support write_packet(NULL) for flushing | Martin Storsjö | 2012-01-25 | 3 | -5/+25 |
* | movenc: Add support for writing fragmented mov files | Martin Storsjö | 2012-01-25 | 3 | -11/+425 |
* | movenc: Add a separate start_pts | Martin Storsjö | 2012-01-25 | 2 | -2/+6 |
* | aud: remove unneeded field, audio_stream_index from context | Justin Ruggles | 2012-01-24 | 1 | -10/+1 |
* | aud: fix time stamp calculation for ADPCM IMA WS | Justin Ruggles | 2012-01-24 | 1 | -9/+1 |
* | aud: simplify header parsing | Justin Ruggles | 2012-01-24 | 1 | -22/+27 |
* | aud: set pts_wrap_bits to 64. | Justin Ruggles | 2012-01-24 | 1 | -1/+1 |
* | cosmetics: indentation | Justin Ruggles | 2012-01-24 | 1 | -8/+8 |
* | aud: support Westwood SND1 audio in AUD files. | Justin Ruggles | 2012-01-24 | 1 | -6/+26 |
* | adpcm_ima_ws: fix stereo decoding | Justin Ruggles | 2012-01-24 | 1 | -0/+6 |
* | avcodec: add a new codec_id for CRYO APC IMA ADPCM. | Justin Ruggles | 2012-01-24 | 2 | -2/+2 |
* | vqa: remove unused context fields, audio_samplerate and audio_bits | Justin Ruggles | 2012-01-24 | 1 | -4/+0 |
* | vqa: clean up audio header parsing | Justin Ruggles | 2012-01-24 | 1 | -17/+30 |
* | vqa: set time base to frame rate as coded in the header. | Justin Ruggles | 2012-01-24 | 1 | -2/+7 |
* | vqa: set packet duration. | Justin Ruggles | 2012-01-24 | 1 | -5/+3 |
* | vqa: use 1/sample_rate as the audio stream time base | Justin Ruggles | 2012-01-24 | 1 | -1/+2 |
* | vqa: set stream start_time to 0. | Justin Ruggles | 2012-01-24 | 1 | -0/+2 |
* | lavf: postpone removing av_close_input_file(). | Anton Khirnov | 2012-01-24 | 1 | -1/+1 |
* | 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 |