31911 Commits (3b15a6d742edd368696a1feb6fa99892768e8a73)
 

Author SHA1 Message Date
Justin Ruggles 4340a6363e vqa: remove unused context fields, audio_samplerate and audio_bits 13 years ago
Justin Ruggles 7e813d5933 vqa: clean up audio header parsing 13 years ago
Justin Ruggles 5b4c562897 vqa: set time base to frame rate as coded in the header. 13 years ago
Justin Ruggles 9ae846971f vqa: set packet duration. 13 years ago
Justin Ruggles 53ed79a260 vqa: use 1/sample_rate as the audio stream time base 13 years ago
Justin Ruggles e1ac69fa27 vqa: set stream start_time to 0. 13 years ago
Anton Khirnov 1381e9bc92 lavc: postpone the removal of AVCodecContext.request_channels. 13 years ago
Anton Khirnov dc7ad30fa5 lavf: postpone removing av_close_input_file(). 13 years ago
Anton Khirnov af0292f33a lavc: postpone removing old audio encoding and decoding API 13 years ago
Anton Khirnov 75e2025f57 avplay: remove the -er option. 13 years ago
Anton Khirnov 941e9f2238 lavd: remove deprecated v4l grab device. 13 years ago
Paul B Mahol d1ad6bdb6b Changelog: restore version <next> header 13 years ago
Janne Grunau 1d3a9e63e0 rv10: verify slice offsets against buffer size 13 years ago
Anton Khirnov 0fec2cb15c Remove ffmpeg. 13 years ago
Nathan Caldwell 9292fe4a1d aacenc: Simplify windowing 13 years ago
Nathan Caldwell 7946a5acfb aacenc: Move saved overlap samples to the beginning of the same buffer as incoming samples. 13 years ago
Nathan Caldwell 9b8e2a8709 aacenc: Deinterleave input samples before processing. 13 years ago
Nathan Caldwell 04af2efaae aacenc: Store channel count in AACEncContext. 13 years ago
Nathan Caldwell 80d44277e6 aacenc: Move Q^3/4 calculation to it's own table 13 years ago
Nathan Caldwell 025ccf1f8b aacenc: Request normalized float samples instead of converting s16 samples to float. 13 years ago
Nathan Caldwell 6381f913d1 aacpsy: Replace an if with FFMAX in LAME windowing. 13 years ago
Nathan Caldwell 207bf44d16 aacenc: cosmetics, replace 'rd' with 'bits' in codebook_trellis_rate to make it more clear what is being calculated. 13 years ago
Nathan Caldwell 843cd4a3ed aacpsy: cosmetics, change a FIXME to a NOTE about subshort comparisons 13 years ago
Nathan Caldwell 5310704190 aacenc: cosmetics: move init() and end() to the bottom of the file. 13 years ago
Nathan Caldwell 17ae608127 aacenc: aac_encode_init() cleanup 13 years ago
Paul B Mahol 27ed027bcd XWD encoder and decoder 13 years ago
Hendrik Leppkes 7662a532fb vc1: don't read the interpfrm and bfraction elements for interlaced frames 13 years ago
Janne Grunau 50a3f9a4bd mxfdec: fix memleak on mxf_read_close() 13 years ago
Justin Ruggles e924a4ba71 westwood: split the AUD and VQA demuxers into separate files. 13 years ago
Janne Grunau 15cea3695d riff: fix invalid av_freep() calls on EOF in ff_read_riff_info 13 years ago
Carl Eugen Hoyos 66b9d7065a pam: Fix a typo that broke writing and reading PAM files. 13 years ago
Janne Grunau 20ea14d0f8 mxfdec: fix memleak on av_realloc failures 13 years ago
Tomas Härdin fc85729458 mxfdec: Do not parse slices or DeltaEntryArrays. 13 years ago
Janne Grunau f028d4d1c3 mxfdec: hybrid demuxing/seeking solution 13 years ago
Tomas Härdin 1f5f8b2654 mxfdec: Add Avid's essence element key. 13 years ago
Carl Eugen Hoyos 44deb9f68d mfxdec: Separate mxf_essence_container_uls for audio and video. 13 years ago
Tomas Härdin 3cb33fbe91 mxfdec: Compute packet offsets properly. 13 years ago
Tomas Härdin f4187945a0 mxfdec: Use MaterialPackage - Track - TrackID instead of the system_item hack. 13 years ago
Tomas Härdin 21cc4b3327 mxfdec: use av_dlog() for 'no corresponding source package found' 13 years ago
Tomas Härdin c77a5460b1 mxfdec: Make mxf->partitions sorted by offset. 13 years ago
Tomas Härdin be78e3f6ec mxfdec: parse ThisPartition 13 years ago
Tomas Härdin 775d3b4ab1 mxfdec: Speed up metadata and index parsing. 13 years ago
Tomas Härdin 0999151962 mxfdec: Make sure DataDefinition is consistent between material track and source track. 13 years ago
Tomas Härdin 0ac5e6a8c4 mxfdec: add EssenceContainer UL found in 0001GL00.MXF.A1.mxf_opatom.mxf 13 years ago
Tomas Härdin edb5085647 mxfdec: Add hack that adjusts the n_delta calculation when system items are present. 13 years ago
Janne Grunau 682b6db706 mxfdec: Parse IndexTableSegments and convert them into AVIndexEntry arrays. 13 years ago
Tomas Härdin 83ab10f6e9 mxfdec: Move FooterPartition to MXFContext and make sure it is never zero. 13 years ago
Joakim Plate 3359246d9a mxfdec: check return value of avio_seek 13 years ago
Philip de Nier 0662eea6b0 mxfdec: skip to end of structural sets 13 years ago
Tomas Härdin d32b3f40c7 mxfdec: parse MXF partitions 13 years ago