8919 Commits (bf7709619b19ecbdb752b3badf0ec7beb78fd0a4)
 

Author SHA1 Message Date
Michael Niedermayer 92574878de @section My bugreport/mail to ffmpeg-dev/user has not received any replies 18 years ago
Michael Niedermayer 140fba0985 jpeg fourcc 18 years ago
Benjamin Larsson 64472fcff1 Simplify, use avctx->frame_number. 18 years ago
Víctor Paesa 6b74787b89 --enable-mingw32 --> --target-os=mingw32 18 years ago
Panagiotis Issaris 0d8f16acf9 Fix typo in Doxygen comments. 18 years ago
Justin Ruggles 4258a0a32a Remove common code from AC-3 encoder and utilize ac3.c. 18 years ago
Justin Ruggles 96ae7f11e7 Create ac3.c which will be used for AC-3 common code. 18 years ago
Limin Wang 348d46f2cb remove unused code, patch by Limin Wang <lance lmwang at gmail com> 18 years ago
Alex Beregszaszi acdc852017 print codec parameters for audio too 18 years ago
Justin Ruggles abfe5a4a75 simplify AC-3 bit allocation 18 years ago
Justin Ruggles 3a8bf52983 cosmetics. remove space before semi-colon. 18 years ago
Baptiste Coudurier dc13d0b5ae seems safer to set pts timebase to sample rate, fix some mp3 18 years ago
Baptiste Coudurier b912ef3fc9 fix pts handling 18 years ago
Ian Braithwaite d0429b4ff5 Simplify gain block handling. 18 years ago
Ian Braithwaite 4ff5e6563e Don't output the first two frames, since they don't contain valid audio. 18 years ago
Baptiste Coudurier 39076e27de fix drop frame timecode flag 18 years ago
Michel Bardiaux bdb4b698d8 Corrections so that builds with DEBUG work 18 years ago
Limin Wang 07cbff39a7 As avcodec_decode_audio() is deprecated, replace it with avcodec_decode_audio2(). 18 years ago
Michael Niedermayer 2ed76c08c3 bitrate sanity check (fixes assertion failure) 18 years ago
Benoit Fouet c4f452fd03 Remove useless casts as recommended by Måns Rullgård. 18 years ago
Benoit Fouet be6753c07f Cosmetics in amr.c. 18 years ago
Benoit Fouet e7a5854d23 Move the initialization on context definition. In amr.c, only the 18 years ago
Karl H. Beckers 6cbac7ed3a Add PIX_FMT_PAL8 to isPacked(). 18 years ago
Måns Rullgård 7f0f6e13a7 include only files actually built in SRCS 18 years ago
Panagiotis Issaris 5438308f3b Update the documentation to be consistent with the new unit for the "ab" 18 years ago
Limin Wang 4e780252f4 Remove unnecessary the_end label. 18 years ago
Michael Niedermayer 6289025d8c add a -ab with default of 64k 18 years ago
Michael Niedermayer 54cc9c46e6 set defaults based on CodecType by using avcodec_get_context_defaults2() 18 years ago
Limin Wang 8e532e681e remove unused variables 18 years ago
Michael Niedermayer 29301573af add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take CodecType as an additional parameter 18 years ago
Michael Niedermayer 2d0aefd626 only store command line parameters in contexts with matching codec_type 18 years ago
Piero Bugoni 289a8e4d28 Add watermark and drawtext descriptions, plus some random fixes. 18 years ago
Michael Niedermayer 20e708cbbe add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags match a user specified & mask = flags 18 years ago
Michael Niedermayer bc2a1c340a make av_find_opt() available to the public and add a mask+flags parameter to search for specific AVOptions 18 years ago
Alex Beregszaszi 3caa0d9343 move preroll_time from static variable into definition, might be a good idea moving this into the context and making user-settable 18 years ago
Alex Beregszaszi 031311cbd1 workaround for broken flvtoolized files 18 years ago
Diego Biurrun 9ff85412ad Fix UNKOWN --> UNKNOWN typo 18 years ago
Alex Beregszaszi fd9a71acaa simplification 18 years ago
Alex Beregszaszi cbc09a7d5a typo: unkown->unknown 18 years ago
Alex Beregszaszi 73d6ca4fee 10l, audio_fifo is a static array 18 years ago
Alex Beregszaszi 7b19aa64dc handle http error codes 18 years ago
Alex Beregszaszi d0a5513b88 disconnect new feeder if feed is already being received 18 years ago
Alex Beregszaszi c6e3365c81 add little endian 24bit read/write 18 years ago
Alex Beregszaszi 1586238717 add little endian 24bit read/write 18 years ago
Michael Niedermayer cb50328dbb free opt_names at the end of main() based on a patch by Limin Wang 18 years ago
Michael Niedermayer 4dcc383a4d indention 18 years ago
Michael Niedermayer 4913b231a7 remove usless if() before av_free() 18 years ago
Michael Niedermayer 75b213ed54 prevent audio packets from being fragmented, wmp mac doesnt seem to like that and microshitty also doesnt seem to ever fragment them 18 years ago
Panagiotis Issaris cf29452b63 Clarify doxygen description. 18 years ago
Panagiotis Issaris 15786dc471 Cleanup doxygen comment. 18 years ago