9098 Commits (119e48d9607e1a43c5ff021b5345bbd62eef3926)
 

Author SHA1 Message Date
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
Panagiotis Issaris 90c07b56e0 Fix a typo in a doxygen tag. 18 years ago
Panagiotis Issaris c3316802da Convert all the comment sections into Doxygen compatible comments, same for 18 years ago
Michael Niedermayer ff0e0b62a2 update forgotten regression test chcksums for 18 years ago
Panagiotis Issaris c306748c29 Move avio.h's url_get_max_packet_size() comment from source to header file. 18 years ago
Panagiotis Issaris a8c5ab2707 Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h, 18 years ago
Panagiotis Issaris 50c5f1598d Make rtsp_set_callback() comments available to Doxygen 18 years ago
Panagiotis Issaris 0af4407d35 Move unaltered rtsp.c comments to the header file. 18 years ago
Panagiotis Issaris 37d2210ae9 Doxygenize comments in rtsp.h 18 years ago
Panagiotis Issaris 391fbb656c Convert macro+enum into a simple enum: Currently the enum was filled using a 18 years ago
Panagiotis Issaris d7f654692a Move unaltered av_freep() comments to the header file. 18 years ago
Panagiotis Issaris f690ee715d Move unaltered av_free() comments to the header file. 18 years ago
Panagiotis Issaris d6def91a3b Move unaltered av_realloc() comments to the header file. 18 years ago
Panagiotis Issaris 9a07029916 Move unaltered av_malloc() comments to the header file. 18 years ago
Panagiotis Issaris bdd54e3758 Doxygenize the unaltered comments for the AUHeaders structure. 18 years ago
Panagiotis Issaris 01f132a126 Doxygenize the unaltered comments for the rtp_payload_data_s struct. 18 years ago
Panagiotis Issaris 190e507be3 Doxygenize the unaltered comments for the RTP_MAX_SDES definition. 18 years ago
Panagiotis Issaris 01c9c33a59 Doxygenize the existing comments without altering the actual contents of the 18 years ago
Baptiste Coudurier 5095aaa91c use AVFormatContext with av_log 18 years ago
Benoit Fouet 066a81a80f change management of "ab" option in ffmpeg.c, so that it works as "b" option. 18 years ago
Baptiste Coudurier c544ded699 more explicit message 18 years ago
Diego Biurrun 63b6d5dfad Don't mention the number of vhooks, it's a volatile set. 18 years ago