232 Commits (140fba098536aa43d09afaf48d7087df0cb7c347)

Author SHA1 Message Date
Panagiotis Issaris 09a455764b Migrate the "muxrate" OptionDef option to become an AVOption. 18 years ago
Panagiotis Issaris 66acccf05f Make OFFSET() reuse offsetof 18 years ago
Panagiotis Issaris 5894991f94 Remove a redundant memset from libavformat. 18 years ago
Panagiotis Issaris 8c3dd5dc9c Use and set sane AVOption defaults 18 years ago
Panagiotis Issaris 73a8ceaa17 make AVOptions default value field work. 18 years ago
Panagiotis Issaris 5e89b50b29 undefines a few temporary defines which were not undefined after their usage. 18 years ago
Panagiotis Issaris ec1b10f4b9 enable setting the year and track number using AVOption 18 years ago
Panagiotis Issaris 57c244f6c7 makes avformat_get_context_defaults() static 18 years ago
Michael Niedermayer 2c00106c2b ignore index parameter to ignore the ODML index in avi 18 years ago
Michel Bardiaux 5c07cf535f Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A mediaxim P be % 18 years ago
Michael Niedermayer 504ee036ee fix b pyramid in mp4 muxing if no dts are provided to the muxer 18 years ago
Nico Sabbi 9e6c94707e added option probesize; at the moment only used by mpegts.c 18 years ago
Nico Sabbi 4eb72c6b23 initial support for AVOption in AVFormatContext 18 years ago
Baptiste Coudurier 81f0f93826 update documentation 18 years ago
Baptiste Coudurier f21c0b4c43 export av_interleave_packet_per_dts 18 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 18 years ago
Michael Niedermayer 434cab9e0f timestamp debugging av_logs() 18 years ago
Reimar Döffinger 22ffac707e Try to find out correct start time to make seeking faster and add some 18 years ago
Måns Rullgård ff70e60176 allow individual selection of muxers and demuxers 18 years ago
Måns Rullgård d2a067d1d9 give AVInput/OutputFormat structs consistent names 18 years ago
Aurelien Jacobs f1b163e01e set proper bits_per_sample value for ADPCM codecs 18 years ago
Baptiste Coudurier ac3e183403 av_get_bits_per_sample and due simplifications 18 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