18026 Commits (06aae1238f270681b31aecb0fa0ecd90670c1218)
 

Author SHA1 Message Date
Daniel Verkamp c385c0da22 remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel at drv dot nu 16 years ago
Daniel Verkamp dacfaf2373 remove dead rgb24 code, gif encoder now directly takes palette, patch by Daniel Verkamp, daniel at drv dot nu 16 years ago
Daniel Verkamp c33030bd7b remove dead netscape loop header code in gif encoder, patch by Daniel Verkamp, daniel at drv dot nu 16 years ago
Björn Axelsson 505aa6c91d Check that there are subtitle rects to encode in avcodec_encode_subtitle() 16 years ago
Björn Axelsson 9413db9e04 Check that start_display_time is 0 in avcodec_encode_subtitle() 16 years ago
Alex Converse d84d6fbf28 Increase the number of packets required to identify as MPEG PES to keep from 16 years ago
Alex Converse 00bbe27631 VP3: Do not ignore error from read_huffman_tree(). 16 years ago
Björn Axelsson 16a59a7bb6 Add ffplay subtitle stream selection command-line parameter 16 years ago
Björn Axelsson f54b31b9ef Fix blend_subrect for even-width subrects positioned on odd columns 16 years ago
Björn Axelsson ffe2c09d46 Fix timestamp parsing in XSUB decoder. 16 years ago
Baptiste Coudurier 7a094c6a42 remove no more needed comment, declaration is in internal header 16 years ago
Diego Biurrun fbd7ddf459 cosmetics: typo/grammar fixes in doxygen and other comments 16 years ago
Diego Biurrun 5bfd3147f8 cosmetics: Fix a few typos and use a consistent codec long name. 16 years ago
Diego Biurrun fca93859b2 Remove unused variables. 16 years ago
Diego Biurrun 4b81366b07 Add av_cold attribute to init function. 16 years ago
Diego Biurrun 27030ee4e9 Remove unused variables. 16 years ago
Diego Biurrun 01c534371c typo: CODEC_ID_cljr --> CODEC_ID_CLJR 16 years ago
Stefano Sabatini c099766fad Drop the deprecated sws_scale_ordered() at the next major version 16 years ago
Stefano Sabatini 96b27045d2 Replace int type with enum PixelFormat for the dstFormat/srcFormat 16 years ago
Stefano Sabatini b534f73d25 Fix a typo: lumaSarpen -> lumaSharpen. 16 years ago
Diego Biurrun 9afc291747 Remove rendering column from list of supported subtitle formats. 16 years ago
Björn Axelsson 173c718500 Add missing ffplay subtitle cycling keybinding. 16 years ago
Diego Biurrun 7be75dd7df cosmetics: comment grammar/spelling fixes 16 years ago
Francesco Cosoleto ced06bd8fe Add the ability to set the timestamp to the current time by specifying 'now' 16 years ago
Vitor Sessak f9e5b9420e 10l: fix compiler warning: 16 years ago
Stefano Sabatini 74afdc5535 Document the av_base64_encode/decode functions. 16 years ago
Ivan Schreter 4d8eb2e899 Fix a const related warning 16 years ago
Stefano Sabatini ac76729c10 Cosmetics: "* out" -> "*out" for consistency with the other 16 years ago
Stefano Sabatini 5118bd441d Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size". 16 years ago
Baptiste Coudurier 1cc65cecb2 Move declaration of ff_interleave_add_packet to internal.h. 16 years ago
Stefano Sabatini 52ef50a080 Cosmetics: prefer out/in over buf/src for the parameter names of 16 years ago
Baptiste Coudurier 18099ade6f Declare ff_interleave_new_audio_packet as static, it is not used 16 years ago
Stefano Sabatini 61ccbc52ea Cosmetics: consistently prefer "size" over "len"/"length" for the 16 years ago
Baptiste Coudurier 94027d3bdd document ff_audio_interleave 16 years ago
Stefano Sabatini 0d20c3fdad Make av_base64_encode() do not require the user to provide an 16 years ago
Ivan Schreter dd02ea118b Replace hard-coded SEI type constants with symbolic names 16 years ago
Michael Niedermayer eb8a25c895 Clarify has_b_frames doxy. 16 years ago
Nicolas Martin eaf5d0112b NC camera demuxer 16 years ago
Michael Niedermayer 998b6f7ca2 Clarify that avformat_seek_file() is not part of the stable API yet. 16 years ago
Michael Niedermayer d04768fa80 avformat_seek_file() prototype 16 years ago
Loren Merritt 3daa434a40 ff_add_hfyu_median_prediction_mmx2 16 years ago
Loren Merritt 6166516d1f re-enable mid_pred asm on x86_64. (broke in r16681) 16 years ago
Michael Niedermayer 74892f7a4e Fix reserved identifer detection so it doesnt detect __asm and such. 16 years ago
Michael Niedermayer 3d8f9025b1 Factorize grep -v cases. 16 years ago
Michael Niedermayer 6c2dd77eb2 Patch check script. 16 years ago
Baptiste Coudurier 04e06cfa20 cosmetics: sample_to_chunk -> stsc 16 years ago
Baptiste Coudurier a234e38d6e cosmetics: sample_to_ctime -> ctts 16 years ago
Baptiste Coudurier 1975c52c2a remove useless field 16 years ago
Baptiste Coudurier 9e8d61d4f1 rewrite pts also, as comment says 16 years ago
Baptiste Coudurier 59453725f2 remove useless return 16 years ago