108 Commits (79f4494a042b98e910524c7b93f294c9ec5118d0)

Author SHA1 Message Date
Michael Niedermayer 010acd8ea1 h264_probe() 17 years ago
Diego Biurrun 76d3242835 Alphabetically order AVInputFormat/AVOutputFormat declarations. 17 years ago
Diego Biurrun 900eb63dd3 Add a note to remind people to add new raw formats to the Makefile. 17 years ago
Diego Biurrun ac1ea66e17 spelling cosmetics in PCM codec long names 17 years ago
Baptiste Coudurier 9b64a036c0 remove useless close funcs 17 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) 18 years ago
Michael Niedermayer d1a4544de9 remove unneeded buf_size check (see AVPROBE_PADDING_SIZE) 18 years ago
Michael Niedermayer e020dbd2a1 flac probe 18 years ago
Justin Ruggles 2477ce2322 10l to me. Revert recent changes to ac3_probe() which made misdetection as AC3 too probable. 18 years ago
Baptiste Coudurier 7a97dd84e3 remove useless raw_write_header 18 years ago
Justin Ruggles ecc8fc11ec additional tweaks to AC3 probe function. give a higher score to a single frame 18 years ago
Justin Ruggles c49c02231c increase the maximum AC3 probe buffer size and reduce the threshold for 50% reliability score to 2 frames. Fixes out.ac3 from [FFmpeg-devel] AC3 Format Detection unreliable. 18 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 18 years ago
Panagiotis Issaris 769e10f068 Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). 18 years ago
Roman Shaposhnik c21f308e77 * Getting rid of the use of GCC language extensions 18 years ago
Måns Rullgård 8c222bb405 kill uninitialised variable warning in ac3_probe() 18 years ago
Vitor Sessak 7cf0999529 remove empty write trailer functions 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Benoit Fouet 5faf2d3641 add rgb suffix handling for demuxer 18 years ago
Vitor Sessak 13dec85765 RoQ muxer, patch by Vitor, vitor1001 gmail com 18 years ago
Aurelien Jacobs 99ff31dc75 move aac and ac3 parsers in their own files 18 years ago
Michael Niedermayer 5fd5d0ef3a improve mpeg4-es detection by rejecting streams with reserved startcodes (fixes 11-i_need_your_love-daw.mp3 detected as mpeg4) 18 years ago
Benoit Fouet b47f86c4a3 add rgb suffix to rawvideo muxer 18 years ago
Aurelien Jacobs 57004ff1d7 add an enum for need_parsing 18 years ago
Diego Biurrun cefd4907e3 Make the declaration of AVInputFormat ac3_demuxer conditional 18 years ago
Diego Biurrun 98d0205145 Move AC3 header parsing code together with the rest of the AC3 parsing code. 18 years ago
Michael Niedermayer 87e8788680 allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks 18 years ago
Michael Niedermayer e9f6c8eaae fix probe of 001.vdr-broken-6025 18 years ago
Justin Ruggles f8b9830b6c improve ac3_probe by counting consecutive frames 18 years ago
Kostya Shishkov 7bb5c2a6ea Raw VC-1 demuxer 18 years ago
Justin Ruggles 7156aeb98a add read_probe function to raw ac3 demuxer 18 years ago
Michael Niedermayer e9b78eeba2 better generic index building and seeking code 18 years ago
Thijs Vermeir 8f57cc5a32 mpeg4probe patch by (Thijs Vermeir ; thijs vermeir barco com) 18 years ago
Aurelien Jacobs 7fbde3431a replace coder/decoder file description in libavformat by muxer/demuxer 18 years ago