2009-02-09 |
Diego Biurrun | Revert #undefining system functions, it is not necessary. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Michael Niedermayer | Try to clarify doxy of avformat_seek_file(). |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Michael Niedermayer | Check for duplicate const/static/inline. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Diego Biurrun | Add config.h #include for ARCH_X86 definition. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Diego Biurrun | Add #undefs to reenable system functions that are norma... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Diego Biurrun | Drop DECLARE_ALIGNED from extern declarations. It... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Michael Niedermayer | Try to doxyfy av_resample_init(). I hope I did not... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Michael Niedermayer | Move doxy for public resample2 functions to the public... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Kostya Shishkov | Prefix visible YUV2RGB functions with sws_ |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Kostya Shishkov | Give better name to Inverse_Table_6_9 |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Diego Biurrun | Remove svn:executable property from source file. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Diego Biurrun | Remove file name from file headers. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Diego Biurrun | Remove file name from file headers. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Daniel Verkamp | remove no more needed fields in GIFContext, patch by... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Daniel Verkamp | remove dead rgb24 code, gif encoder now directly takes... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Daniel Verkamp | remove dead netscape loop header code in gif encoder... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Björn Axelsson | Check that there are subtitle rects to encode in avcode... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Björn Axelsson | Check that start_display_time is 0 in avcodec_encode_su... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Alex Converse | Increase the number of packets required to identify... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Alex Converse | VP3: Do not ignore error from read_huffman_tree(). |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Björn Axelsson | Add ffplay subtitle stream selection command-line parameter |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Björn Axelsson | Fix blend_subrect for even-width subrects positioned... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Björn Axelsson | Fix timestamp parsing in XSUB decoder. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
Baptiste Coudurier | remove no more needed comment, declaration is in intern... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Diego Biurrun | cosmetics: typo/grammar fixes in doxygen and other... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Diego Biurrun | cosmetics: Fix a few typos and use a consistent codec... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Diego Biurrun | Remove unused variables. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Diego Biurrun | Add av_cold attribute to init function. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Diego Biurrun | Remove unused variables. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Diego Biurrun | typo: CODEC_ID_cljr --> CODEC_ID_CLJR |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Stefano Sabatini | Drop the deprecated sws_scale_ordered() at the next... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Stefano Sabatini | Replace int type with enum PixelFormat for the dstForma... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Stefano Sabatini | Fix a typo: lumaSarpen -> lumaSharpen. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Diego Biurrun | Remove rendering column from list of supported subtitle... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Björn Axelsson | Add missing ffplay subtitle cycling keybinding. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Diego Biurrun | cosmetics: comment grammar/spelling fixes |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Francesco Cosoleto | Add the ability to set the timestamp to the current... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Vitor Sessak | 10l: fix compiler warning: |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Stefano Sabatini | Document the av_base64_encode/decode functions. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Ivan Schreter | Fix a const related warning |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Stefano Sabatini | Cosmetics: "* out" -> "*out" for consistency with the... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Stefano Sabatini | Cosmetics: rename the "size" parameter of av_base64_enc... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Baptiste Coudurier | Move declaration of ff_interleave_add_packet to internal.h. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Stefano Sabatini | Cosmetics: prefer out/in over buf/src for the parameter... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Baptiste Coudurier | Declare ff_interleave_new_audio_packet as static... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Stefano Sabatini | Cosmetics: consistently prefer "size" over "len"/"lengt... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Baptiste Coudurier | document ff_audio_interleave |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Stefano Sabatini | Make av_base64_encode() do not require the user to... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Ivan Schreter | Replace hard-coded SEI type constants with symbolic... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Michael Niedermayer | Clarify has_b_frames doxy. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Nicolas Martin | NC camera demuxer |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Michael Niedermayer | Clarify that avformat_seek_file() is not part of the... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Michael Niedermayer | avformat_seek_file() prototype |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Loren Merritt | ff_add_hfyu_median_prediction_mmx2 |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Loren Merritt | re-enable mid_pred asm on x86_64. (broke in r16681) |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Michael Niedermayer | Fix reserved identifer detection so it doesnt detect... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Michael Niedermayer | Factorize grep -v cases. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Michael Niedermayer | Patch check script. |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Baptiste Coudurier | cosmetics: sample_to_chunk -> stsc |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Baptiste Coudurier | cosmetics: sample_to_ctime -> ctts |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Baptiste Coudurier | remove useless field |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Baptiste Coudurier | rewrite pts also, as comment says |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Baptiste Coudurier | remove useless return |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Baptiste Coudurier | fix doxygen |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Stefano Sabatini | Replace the calls to the deprecated av_alloc_format_con... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Stefano Sabatini | Deprecate av_malloc_format_context() in favor of |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Baptiste Coudurier | fix typo in h264dsp_mmx (no effect currently as the... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Baptiste Coudurier | Remove 'const' qualifier from variable in av_parse_vide... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Baptiste Coudurier | remove useless cast, it does not remove warning, encode... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Baptiste Coudurier | remove warning about incompatible pointer |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Baptiste Coudurier | reuse MXFCodecUL for data def and simplify |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Baptiste Coudurier | remove implicit header inclusions from mxf.h |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Baptiste Coudurier | free index entries |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Baptiste Coudurier | use new audio interleaving generic code |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Baptiste Coudurier | extract audio interleaving code from mxf muxer, will... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Baptiste Coudurier | offset dts according to edit list, hackish but works... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Diego Biurrun | Remove const qualifier from function argument to elimin... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Baptiste Coudurier | only use 2 slices for index, one video(vbr) and one... |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Baptiste Coudurier | force first track to be video and simplify |
commit | commitdiff | tree | snapshot |
2009-02-08 |
Baptiste Coudurier | write system item |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Baptiste Coudurier | declare ff_interleave_add_packet |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Kostya Shishkov | Move RV3/4 frame type check up so 1-slice unanchored... |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Kostya Shishkov | Add decoder flush after seeking for RV3/4 decoders |
commit | commitdiff | tree | snapshot |
2009-02-07 |
Baptiste Coudurier | use 512 kag size needed for d10 |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Stefano Sabatini | Drop the deprecated function register_avcodec() at... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Stefano Sabatini | Replace the calls to the deprecated function register_a... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Stefano Sabatini | Rename register_avcodec() as avcodec_register() and... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Stefano Sabatini | Add a new test program for base64, based on that remove... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Stefano Sabatini | Remove broken test program. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Luca Abeni | Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Luca Abeni | Do not use RTP_MAX_PACKET_LENGTH in the RTP muxer |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Jindřich Makovička | Fix minor memory leak. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Luca Abeni | Merge rtp_aac.h and rtp_mpv.h in rtpenc.h |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Michael Niedermayer | Fix list of input pix_fmts supported by GIF. This makes... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Michael Niedermayer | Ensure that the palette is set in data[1] for all 8bit... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Jai Menon | Use libopenjpeg for jpeg2k decoding. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Luca Abeni | Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Ronald S. Bultje | Add "AVFormatContext *ctx" (that being the RTSP demuxer... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Björn Axelsson | Fix blend_subrect for some subrects positioned on odd... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Björn Axelsson | Fix blend_subrect for subrects positioned on odd rows. |
commit | commitdiff | tree | snapshot |
next |