169 Commits (a9f9cc7cc13f838298c392ea2a95294ddc402538)

Author SHA1 Message Date
Baptiste Coudurier 81f0f93826 update documentation 19 years ago
Baptiste Coudurier f21c0b4c43 export av_interleave_packet_per_dts 19 years ago
Michael Niedermayer 494bbf5805 dont be too picky about timestampsbeing wrong if the destination container is without timestamps and raw of the raw video / raw audio sort 19 years ago
Michael Niedermayer 434cab9e0f timestamp debugging av_logs() 19 years ago
Reimar Döffinger 22ffac707e Try to find out correct start time to make seeking faster and add some 19 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 19 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 19 years ago
Aurelien Jacobs f1b163e01e set proper bits_per_sample value for ADPCM codecs 19 years ago
Baptiste Coudurier ac3e183403 av_get_bits_per_sample and due simplifications 19 years ago
Diego Pettenò e006c307fe Move initialisations and internal symbols in allformats.h, 19 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 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 20 years ago
Michael Niedermayer 30bc6613fe support fixing missing pts by parsing future frames 20 years ago
Wolfram Gloger f0ff20a197 minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) 20 years ago
Michael Niedermayer 9450118bc7 a few checks, seems i forgot to commit this 20 years ago
Måns Rullgård bf4e3bd2d0 kill a bunch of compiler warnings 20 years ago
Michael Niedermayer 01f4895c68 changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility 20 years ago
Michael Niedermayer c6ec28b18c DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk) 20 years ago
Kenneth Aafløy 6fd93ce271 avformat/av_seek_frame_binary with growing file patch by (Kenneth Aafløy: kenneth, aafloy net) 20 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