159 Commits (f2508b1712b82827e69032fc5e53c4458a4f5ccd)

Author SHA1 Message Date
Måns Rullgård 62c52121e0 extradata may be used as bitstream reader input so allocate with padding 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
Luca Barbato f3a30e3a9c cleanup patch from Diego Pettenò <flameeyes@gentoo.org> 19 years ago
Måns Rullgård c10824ea67 increase search limit in av_find_stream_info 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 a5e9102b4b free codec extradata in av_close_input_file 19 years ago
Baptiste Coudurier 47dd81c75f make dump_format output more homogenous 19 years ago
Michael Niedermayer 329b1e755e fix probe of high bitrate mpeg2video 19 years ago
Baptiste Coudurier 67dd33f90e use av_d2q to parse frame rate 19 years ago
Michael Niedermayer 305ee50fbb provide more info on which streams lack codec parameters 19 years ago
Michael Niedermayer c04c3282b4 simplify AVFormatParameters NULL checks 19 years ago
Michael Niedermayer 30a43f2d09 add size to AVIndex 19 years ago
Michael Niedermayer 5e43b17e7c Fix for url_fclose() being called on an already closed file based on a patch by (<Colin Ward> hitman codehq org) 19 years ago
Michael Niedermayer 9f75260e68 improve fps guessing code 19 years ago
Michael Niedermayer 53f7c43fcc sanity checks for seeking 19 years ago
Michael Niedermayer a877eedce5 dynamically increase probe buffer until format is detected 19 years ago
Diego Biurrun f038fe8b4a warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it 19 years ago
Gildas Bazin ac44871c77 WinCE cross-compilation support 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 780eb1c9b9 nan fps fix 19 years ago
Måns Rullgård 4733abcbf3 use PRIxN, %zd, %td formats where needed 19 years ago
Michael Niedermayer 31e11451f7 allow NULL write_header() and write_trailer() 19 years ago
Michael Niedermayer 2118901192 print more time_base fps stuff if av_log level is at debug or above 19 years ago
Måns Rullgård 79396ac685 Kill some compiler warnings. Compiled code verified identical after changes. 19 years ago
Reimar Döffinger b461b3bc4a Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). 19 years ago
Michael Niedermayer 7cbaa7bafa parse pict_type for streams in avi 19 years ago
Michael Niedermayer 30bc6613fe support fixing missing pts by parsing future frames 19 years ago
Wolfram Gloger f0ff20a197 minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) 19 years ago
Michael Niedermayer 9450118bc7 a few checks, seems i forgot to commit this 19 years ago
Måns Rullgård bf4e3bd2d0 kill a bunch of compiler warnings 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 c6ec28b18c DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk) 19 years ago
Kenneth Aafløy 6fd93ce271 avformat/av_seek_frame_binary with growing file patch by (Kenneth Aafløy: kenneth, aafloy net) 19 years ago
Michael Niedermayer 9c98cdbc8a av_seek_frame() docs timestamp clarification 20 years ago
Michael Niedermayer 2577897d2b fix assertion failure 20 years ago
Daniel Kristjansson e36bdf8bf5 part of the 'libavformat/utils.c doxygen documentation' patch by (Daniel Kristjansson: danielk, cat nyu edu) 20 years ago
Michael Niedermayer 43c0040a65 dont open and close codec at every call of try_decode_frame() as this is not only slow but also fails if the previous frame is needed for setting some parameters correctly 20 years ago
Michael Niedermayer 90ad92b39d support changing in bitstream global headers into extradata style and back 20 years ago
Michael Niedermayer 69d93a1344 typo fix by (lists: kenneth aafloy net) 20 years ago
Michael Niedermayer 2143116dd9 changing a few AV_LOG_DEBUG to AV_LOG_INFO 20 years ago
Michael Niedermayer 2692067a45 AVPacket.pos 20 years ago
Michael Niedermayer cefe0607dd av_find_stream_info() end check fixes 20 years ago
Aurelien Jacobs a965c478b2 drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) 20 years ago
Michael Niedermayer 1677155df8 10l (overflows) 20 years ago
Michael Niedermayer 3c150d16c6 better r_frame_rate guessing code 20 years ago
Michael Niedermayer 09f75b5b38 division by zero fix 20 years ago
Michael Niedermayer 327c4076a3 prefer container time_base for frame duration guess 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago