1292 Commits (29b372b9e99c640d439aeeff6d3232e4d23cae5b)

Author SHA1 Message Date
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 18 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
Stefan Huehner a97c1e93aa Add (mostly) const to variable and parameter declaration, where a char* was 19 years ago
Måns Rullgård 79d1ec9129 use standard codec tag if the specified tag is out of range and would be 19 years ago
Diego Biurrun 2c8e201429 Fix compilation with all combinations of --disable-(de)muxers. 19 years ago
Måns Rullgård a5e9102b4b free codec extradata in av_close_input_file 19 years ago
Baptiste Coudurier 47dd81c75f make dump_format output more homogenous 19 years ago
Baptiste Coudurier 05edc1a75a export all tracks to libavformat layer 19 years ago
R. Brian Anderson eaddc4717b Fix segfault 19 years ago
Luca Abeni 3c47c1744a Fix typo 19 years ago
Michael Niedermayer b7b225581f dont load the index if we cant seek back 19 years ago
Baptiste Coudurier ef4c8bbfb7 check fseek return value 19 years ago
Baptiste Coudurier c3daf8d833 fix unused computed value 19 years ago
Baptiste Coudurier 543eebd568 fix mp3 muxing 19 years ago
Michael Niedermayer 329b1e755e fix probe of high bitrate mpeg2video 19 years ago
Baptiste Coudurier a2fe3b5869 simplify, completely ignore streams not recognized, that fixes seeking for some files 19 years ago
Reimar Döffinger a7b286e89c read_packet return value must be < 0 when no packet is returned, including EOF. 19 years ago
Diego Biurrun 38f0d3ce76 Add support for GNU/kFreeBSD systems. 19 years ago
Måns Rullgård dc4ed3b141 probe for mpeg audio 19 years ago
Roberto Togni a9d4a6ef34 rm_read_audio_stream_info return type is not void 19 years ago
Roberto Togni a194f595c8 Support for AAC (fourcc raac and racp) in rm files 19 years ago
Måns Rullgård 56466d7b4e fix seek related bugs 19 years ago
Måns Rullgård 42225a3058 remove redundant make variable SUBDIR 19 years ago
Benjamin Larsson 0919e788ae Flash Screen Video decoder (fourcc:FSV1) 19 years ago
Luca Abeni f743a06236 Include the correct video4linux2 header 19 years ago
Michael Niedermayer ac2750ec79 suggest solution for 2 fixmies 19 years ago
Diego Biurrun 16862398a2 Remove all .cvsignore files, they are no longer necessary. 19 years ago
Michael Niedermayer 7cf0e16f96 fixing title on PSP (0x60 != 'a') someone needs a 10x10km ascii table ... 19 years ago
Michael Niedermayer ed90d370ec dont store mov style meta tags in mp4 (fixes ffmpeg -title + gtkpod) 19 years ago
Michael Niedermayer 6f276720ac dont write LAVF_ID if bitexact and any meta tag is set 19 years ago
Michael Niedermayer efda33957f simplify meta tag writing code 19 years ago
Baptiste Coudurier dae5b496fd fix seeking, typo provoking hard segfault 19 years ago
Baptiste Coudurier c7e63546dc fix keyframe check, stss might be there but count set to 0 19 years ago