1173 Commits (6636b7e8e32121eec732778cf58a81574f618bb9)

Author SHA1 Message Date
Måns Rullgård 3ab60c830a nut needs crc.o 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
Diego Biurrun 2f30a81d19 CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just 18 years ago
Diego Biurrun 8a85f46d2b CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo 18 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 years ago
Baptiste Coudurier 2ec7b29b98 assign exact codec id, needed when stream copy 18 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
Michael Niedermayer a7702890bd remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) 18 years ago
Baptiste Coudurier 4990951be8 simplify, use LE_32, BE_32 macros 18 years ago
Nico Sabbi 2eb1a65d91 Etsi identifies DTS audio with stream_private+descriptor 0x7b (in the PMT). 18 years ago
Baptiste Coudurier cfca95f14d clean up useless code 18 years ago
Baptiste Coudurier 1f1890c754 better handling of partial files 18 years ago
Baptiste Coudurier b72708f8f3 new mov_read_packet, mov_read_seek, fix seeking in ni mov, fix demuxing adpcm 18 years ago
Aurelien Jacobs f1b163e01e set proper bits_per_sample value for ADPCM codecs 18 years ago
Aurelien Jacobs 5da714699d simplify the voc demuxer using av_get_bits_per_sample() 18 years ago
Baptiste Coudurier ac3e183403 av_get_bits_per_sample and due simplifications 18 years ago
Baptiste Coudurier e8d2507c1a add MS ADPCM fourcc 18 years ago
Baptiste Coudurier e7cc4b52f9 skip others fourcc, if present 18 years ago
Baptiste Coudurier 421de2575b clean 18 years ago
Baptiste Coudurier 06fcf56c50 typo fix 18 years ago
Baptiste Coudurier 875f92876a 10l, all modes is 0x81FF 18 years ago
Baptiste Coudurier b7d9da100d simplify and write correct values conforming to specs 18 years ago
Michael Niedermayer 2111e3f9f2 check for unparsed AMR input 18 years ago
Michael Niedermayer 9a39cd35b8 vbr requires version=1 and samplesize=0 per QT spec 18 years ago
Gianluigi Tiesi 277e84f564 Fix compilation with --disable-muxers. 18 years ago
Diego Biurrun f130fd4630 cosmetics: Break overly long lines. 18 years ago
Baptiste Coudurier 5cb49ca11b write exact values for audio stsd v1 18 years ago
Måns Rullgård 83d0731364 attempt to detect Chinese AVS video 18 years ago
Reimar Döffinger cc0bc648f0 add GXF demuxer 18 years ago
Måns Rullgård 26b891356c kill warnings 18 years ago
Guillaume Poirier c99ddfa42a Woops, this file was supposed to be added in r5556: "Move initialisations and internal symbols in allformats.h" 18 years ago
Diego Pettenò e006c307fe Move initialisations and internal symbols in allformats.h, 18 years ago
Måns Rullgård 62c52121e0 extradata may be used as bitstream reader input so allocate with padding 19 years ago
Måns Rullgård 25c533a2c2 detect audio-only program streams and broken files made by VDR 19 years ago
Måns Rullgård 344a18c3b8 do not fail av_find_stream_info() if params for all streams could not be found 19 years ago
Måns Rullgård 19e0e403f3 detect MPEG PES streams as MPEG PS; the PS demuxer will cope 19 years ago
Luca Abeni 76a77ff291 Properly set the image depth 19 years ago
Michael Niedermayer b582d7ba4d dont read over the end of a data chunk and at the end search for the next 19 years ago
Luca Barbato f3a30e3a9c cleanup patch from Diego Pettenò <flameeyes@gentoo.org> 19 years ago
Måns Rullgård ea02862a9b s/u_char/uint8_t/ accidentally copied from tcvp 19 years ago
Måns Rullgård 40c5e1fa2e 10l: don't allocate a new buffer quite so often 19 years ago
Måns Rullgård 12a195e32f cleaned up buffer management 19 years ago
Baptiste Coudurier 42fb414804 check only existing streams 19 years ago
Luca Barbato 24e1591036 minor cleanup 19 years ago
Baptiste Coudurier 0aec3c5cbf simplify 19 years ago
Stefan Huehner ea138e978a Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org. 19 years ago
Måns Rullgård c10824ea67 increase search limit in av_find_stream_info 19 years ago
Måns Rullgård d8bee8dd1c allow packets with non-zero PES_scrambling_control 19 years ago
Baptiste Coudurier aa1c1c615a fix aac in mov for ipod 19 years ago
Stefan Huehner 7b49ce2e34 Add const to (mostly) char* and make some functions static, which aren't used 19 years ago