2007-03-09 |
Justin Ruggles | Create ac3.c which will be used for AC-3 common code. |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Limin Wang | remove unused code, patch by Limin Wang <lance lmwang... |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Alex Beregszaszi | print codec parameters for audio too |
commit | commitdiff | tree | snapshot |
2007-03-09 |
Justin Ruggles | simplify AC-3 bit allocation |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Justin Ruggles | cosmetics. remove space before semi-colon. |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Baptiste Coudurier | seems safer to set pts timebase to sample rate, fix... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Baptiste Coudurier | fix pts handling |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Ian Braithwaite | Simplify gain block handling. |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Ian Braithwaite | Don't output the first two frames, since they don't... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Baptiste Coudurier | fix drop frame timecode flag |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Michel Bardiaux | Corrections so that builds with DEBUG work |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Limin Wang | As avcodec_decode_audio() is deprecated, replace it... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Michael Niedermayer | bitrate sanity check (fixes assertion failure) |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Benoit Fouet | Remove useless casts as recommended by Måns Rullgård. |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Benoit Fouet | Cosmetics in amr.c. |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Benoit Fouet | Move the initialization on context definition. In... |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Karl H. Beckers | Add PIX_FMT_PAL8 to isPacked(). |
commit | commitdiff | tree | snapshot |
2007-03-08 |
Måns Rullgård | include only files actually built in SRCS |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Panagiotis... | Update the documentation to be consistent with the... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Limin Wang | Remove unnecessary the_end label. |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Michael Niedermayer | add a -ab with default of 64k |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Michael Niedermayer | set defaults based on CodecType by using avcodec_get_co... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Limin Wang | remove unused variables |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Michael Niedermayer | add avcodec_get_context_defaults2() / avcodec_alloc_con... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Michael Niedermayer | only store command line parameters in contexts with... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Piero Bugoni | Add watermark and drawtext descriptions, plus some... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Michael Niedermayer | add av_opt_set_defaults2() which sets just defaults... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Michael Niedermayer | make av_find_opt() available to the public and add... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Alex Beregszaszi | move preroll_time from static variable into definition... |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Alex Beregszaszi | workaround for broken flvtoolized files |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Diego Biurrun | Fix UNKOWN --> UNKNOWN typo |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Alex Beregszaszi | simplification |
commit | commitdiff | tree | snapshot |
2007-03-07 |
Alex Beregszaszi | typo: unkown->unknown |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Alex Beregszaszi | 10l, audio_fifo is a static array |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Alex Beregszaszi | handle http error codes |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Alex Beregszaszi | disconnect new feeder if feed is already being received |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Alex Beregszaszi | add little endian 24bit read/write |
commit | commitdiff | tree | snapshot |
2007-03-06 |
Alex Beregszaszi | add little endian 24bit read/write |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Michael Niedermayer | free opt_names at the end of main() based on a patch... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Michael Niedermayer | indention |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Michael Niedermayer | remove usless if() before av_free() |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Michael Niedermayer | prevent audio packets from being fragmented, wmp mac... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Panagiotis... | Clarify doxygen description. |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Panagiotis... | Cleanup doxygen comment. |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Panagiotis... | Fix a typo in a doxygen tag. |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Panagiotis... | Convert all the comment sections into Doxygen compatibl... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Michael Niedermayer | update forgotten regression test chcksums for |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Panagiotis... | Move avio.h's url_get_max_packet_size() comment from... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Panagiotis... | Move aviobuf.c comments to avio.h. By moving the aviobu... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Panagiotis... | Make rtsp_set_callback() comments available to Doxygen |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Panagiotis... | Move unaltered rtsp.c comments to the header file. |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Panagiotis... | Doxygenize comments in rtsp.h |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Panagiotis... | Convert macro+enum into a simple enum: Currently the... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Panagiotis... | Move unaltered av_freep() comments to the header file. |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Panagiotis... | Move unaltered av_free() comments to the header file. |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Panagiotis... | Move unaltered av_realloc() comments to the header... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Panagiotis... | Move unaltered av_malloc() comments to the header file. |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Panagiotis... | Doxygenize the unaltered comments for the AUHeaders... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Panagiotis... | Doxygenize the unaltered comments for the rtp_payload_d... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Panagiotis... | Doxygenize the unaltered comments for the RTP_MAX_SDES... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Panagiotis... | Doxygenize the existing comments without altering the... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Baptiste Coudurier | use AVFormatContext with av_log |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Benoit Fouet | change management of "ab" option in ffmpeg.c, so that... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Baptiste Coudurier | more explicit message |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Diego Biurrun | Don't mention the number of vhooks, it's a volatile... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Piero Bugoni | small updates taken from a patch by Piero Bugoni, crboc... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Michael Niedermayer | create codec_comment_header which looks more like what... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Michael Niedermayer | all asf files i have have the 2 redundant duration... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Michael Niedermayer | all asf files i have have this field at 2 so lets try... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Michael Niedermayer | all the time related fields seem to be 64bit so i guess... |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Michael Niedermayer | off by one error |
commit | commitdiff | tree | snapshot |
2007-03-05 |
Panagiotis... | Doxygenize the existing comments in avformat.h. The... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Panagiotis... | Move rtp_check_and_send_back_rr()'s unaltered comments... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Panagiotis... | Move rtp_get_payload_type()'s unaltered comments to... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Panagiotis... | Move av_log2_i()'s unaltered comments to the header... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Panagiotis... | Move av_i2int()'s unaltered comments to the header... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Panagiotis... | Move av_int2i()'s unaltered comments to the header... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Panagiotis... | Move av_cmp_i()'s unaltered comment to the header file. |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Panagiotis... | Move av_shr_i()'s unaltered comments to the header... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Panagiotis... | Move av_div_i()'s comments to the header file. The... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Panagiotis... | Move av_mod_i()'s comment to the header file. The moved... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Panagiotis... | Move the unaltered Doxygen docs from the log source... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Baptiste Coudurier | cleanup useless fields |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Baptiste Coudurier | simplify swf muxer |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Baptiste Coudurier | change myself to mov.c maintainer in favor of Francois... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Ronald S. Bultje | Close connection on EOF |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Panagiotis... | Add the prefix "av_" to img_crop(), img_copy() and... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Ronald S. Bultje | make HTTP MOVED messages also work in ffmpeg (302 is... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Baptiste Coudurier | imx dump header bitstream filter, modifies bitstream... |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Baptiste Coudurier | add bytestream_get/put_be24 functions |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Baptiste Coudurier | add R/WB24 functions |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Baptiste Coudurier | dummy support for mpeg2 non linear quant |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Baptiste Coudurier | add pcm s8 tag |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Baptiste Coudurier | fix pcm u/s8 muxing |
commit | commitdiff | tree | snapshot |
2007-03-04 |
Baptiste Coudurier | deobfuscate, clearly split mov case |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Michael Niedermayer | check for no frame and prevent segfault |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Michael Niedermayer | try to move fixed mov.c over the one with cosmetic... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Michael Niedermayer | recommit of the change below after reverting earlier... |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Michael Niedermayer | cosmetic part of the commit below |
commit | commitdiff | tree | snapshot |
2007-03-03 |
Michael Niedermayer | functional part of the commit below |
commit | commitdiff | tree | snapshot |
next |