133 Commits (88297e80aa005afc4ebdfb4ab68e38a114439905)

Author SHA1 Message Date
Benoit Fouet bbfb80f363 Whitespace cosmetics to align return statements. 16 years ago
Benoit Fouet 16f753f43f Check buffer is inside what is passed when probing for flac. 16 years ago
David DeHaven 6cde949a20 Handle ID3v2 tags in raw FLAC streams by skipping them. 16 years ago
Alex Converse ac3ef4a41b Fix probing of files with ID3v2 tags. Discussed at 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Michael Niedermayer 492322fccc Remove silly FIXME comment. 16 years ago
Michael Niedermayer 2ba0cdd527 ADTS AAC probe. 16 years ago
Baptiste Coudurier bd09e8a7df raw dnxhd de/muxer 16 years ago
Michael Niedermayer bf9067cf3e Assume mono if no other information for raw. 16 years ago
Diego Biurrun bc5c918ea8 Remove offset_t typedef and use int64_t directly instead. 16 years ago
Justin Ruggles e1a12934c5 write number of samples in FLAC extradata. 16 years ago
Justin Ruggles bdf6972c4b change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use it 16 years ago
Aurelien Jacobs 75198e7a6d simplify ac3_probe() and eac3_probe(). patch by Aurelien Jacobs. 16 years ago
Justin Ruggles 4d951ef86d check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER 16 years ago
Justin Ruggles 2988c93d94 create a separate codec_id for E-AC-3 16 years ago
Peter Ross ee7948cb8d Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio. 16 years ago
Diego Biurrun 4c00864f31 Surround format-specific functions with matching preprocessor conditionals. 16 years ago
Diego Biurrun 7402ee234a Surround AVInputFormat declarations with format-specific #ifdefs. 16 years ago
Diego Biurrun 964454263c Replace generic CONFIG_MUXERS preprocessor condition around format-specific 16 years ago
Diego Biurrun bcb5430abe Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormat 16 years ago
Diego Biurrun 082f7acfc4 cosmetics: Remove redundant #endif comments that are very close to the #ifdef 16 years ago
Diego Biurrun fb9f111710 cosmetics: misc spelling fixes 16 years ago
Baptiste Coudurier d701934bef check url_fseek return value 16 years ago
Michael Niedermayer 01037451f9 Detect IDR less H.264 correctly. 16 years ago
Michael Niedermayer 010acd8ea1 h264_probe() 16 years ago
Diego Biurrun 76d3242835 Alphabetically order AVInputFormat/AVOutputFormat declarations. 16 years ago
Diego Biurrun 900eb63dd3 Add a note to remind people to add new raw formats to the Makefile. 16 years ago
Diego Biurrun ac1ea66e17 spelling cosmetics in PCM codec long names 16 years ago
Baptiste Coudurier 9b64a036c0 remove useless close funcs 16 years ago
Stefano Sabatini ffa5ed2464 cosmetics: s/Id/id/ in libavformat where Id refers to id Software. 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Ramiro Polla 16e861e3ee raw mlp demuxer 17 years ago
Carl Eugen Hoyos d9133126d3 Replace some occurrences of 0 with CODEC_ID_NONE. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Benjamin Larsson fde8052e4e dts probe 17 years ago
Luca Barbato 17ac9f1c38 Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards, 17 years ago
Michael Niedermayer 60711e9599 raw GSM demuxer (does not work yet as parser is missing) 17 years ago
Baptiste Coudurier a0af2fa445 set demuxers .value and use common audio_read_header function 17 years ago
Bartlomiej Wolowiec 55736cfbd2 change ff_ac3_parse_header() to take a GetBitContext instead of const char* 17 years ago
Andreas Öman c675ef7025 Compute AC3 frame CRC for stronger raw AC3 format probing. 17 years ago
Benjamin Larsson 63d864434d Raw dts muxer 17 years ago
Michael Niedermayer f5b410312f Set pts/dts in raw (yuv,rgb,pcm) demuxers. 17 years ago
Michael Niedermayer 9de0be61be Do not force fps unless the user actually specified one. 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Aurelien Jacobs 7241a6bb50 move unrelated functions declarations out of allformats.h 17 years ago
Michael Niedermayer fbd69f519b 100000l (forgotten return) 17 years ago
Michael Niedermayer d1a4544de9 remove unneeded buf_size check (see AVPROBE_PADDING_SIZE) 17 years ago
Michael Niedermayer e020dbd2a1 flac probe 17 years ago
Justin Ruggles 2477ce2322 10l to me. Revert recent changes to ac3_probe() which made misdetection as AC3 too probable. 17 years ago