98 Commits (0f40b54c1740e72d254a00d3b153ab5a2973f014)

Author SHA1 Message Date
Steve L'Homme 82bfffaf65 Fix wrong comment. 18 years ago
Steve L'Homme 5d352ca98a Add A_AAC codec identifier support in matroska. 18 years ago
Baptiste Coudurier cbee7a6944 get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used 18 years ago
Aurelien Jacobs 09c2b9421d add support for AAC in matroska 18 years ago
Aurelien Jacobs 4647c0ec66 add audio output sampling freqency reading in matroska 18 years ago
Aurelien Jacobs 95cc43b28b Better way to detect cluster (fix files encoded with Haali's muxer). 18 years ago
Aurelien Jacobs 0ab07420a2 Allow reading matroska title. 18 years ago
Aurelien Jacobs 5b99b90d38 cosmetics: reindent after last commit 18 years ago
Aurelien Jacobs ce99efc6ff Don't need to check for NULL before av_free(). 18 years ago
Steve L'Homme ae17bf6ac8 Add support for block duration. 18 years ago
Steve L'Homme 063c8f2662 Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one). 18 years ago
Steve L'Homme b9756b2e39 guess matroska files frame rate 18 years ago
Steve L'Homme 1c75f2bc5b remove floats in 10 bytes/byte support (no version of matroska used it) 18 years ago
Kostya Shishkov 3f509ba122 WavPack support in Matroska 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Måns Rullgård 191e8ca752 fix some signedness warnings 18 years ago
Måns Rullgård 9d9f4119bd move common stuff from avienc.c and wav.c to new file riff.c 18 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
Stefan Huehner a97c1e93aa Add (mostly) const to variable and parameter declaration, where a char* was 19 years ago
Måns Rullgård a5e9102b4b free codec extradata in av_close_input_file 19 years ago
Michael Niedermayer d766800b78 dont set random timestamps if they are not known 19 years ago
Michael Niedermayer 78a11456a1 fixing timebase 19 years ago
Steve L'Homme 662710ed35 Rename time variable to the more descriptive block_time. 19 years ago
Steve L'Homme d439facb3d duration and subitle fix from the patch by Steve Lhomme 19 years ago
Michael Niedermayer 70596d04a8 cleanup codec_id mapping (untested) 19 years ago
Michael Niedermayer 68ca39b21a fix aspect ratio 19 years ago
Dieter a851b8e898 add missing #includes 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer dcb2fb79b7 total == 0 seems like it should be valid (based upon patch by Steve Lhomme | slhomme divxcorp com) 19 years ago
Måns Rullgård 4733abcbf3 use PRIxN, %zd, %td formats where needed 19 years ago
Michael Niedermayer 8baa661498 more non portable float parsing code ... 19 years ago
Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 19 years ago
Michael Niedermayer 2692067a45 AVPacket.pos 20 years ago
Måns Rullgård ad2b531d3f change extradata format for vorbis 20 years ago
Michael Niedermayer f3356e9c9e more fine grained discarding of packets 20 years ago
D Richard Felker III b2866c5cb5 Patch from Gianluigi Tiesi (sherpya at netfarm dot it): 20 years ago
Måns Rullgård d5be317cbe H.264 and Vorbis support in matroska patch by (Måns Rullgård |mru inprovide com) 20 years ago
Michael Niedermayer b9866ebcc7 support discarding uninterresting packets 20 years ago
Michael Niedermayer 568e18b15e integer overflows, heap corruption 20 years ago
Michael Niedermayer 23c9925329 libdts support by (Benjamin Zores <ben at geexbox dot org>) 21 years ago
Michael Niedermayer 9ee91c2f53 move time_base (pts_num/pts_den) from AVFormatContext -> AVStream 21 years ago
Alex Beregszaszi e9afa2f4dd unknown format char 21 years ago
Falk Hüffner 7906085fcc warning patrol 21 years ago
Michael Niedermayer 6e046750d8 big endian compile fix by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) 21 years ago
Michael Niedermayer 08abe0fd66 matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) 21 years ago