]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-04-07 Baptiste Couduriercosmetics, reindent
2009-04-07 Baptiste Couduriercosmetics, add empty line and remove useless braces
2009-04-07 Baptiste Coudurierfix compilation, add missing parenthesis
2009-04-07 Baptiste Couduriercomment the ipod subtitle check
2009-04-07 Baptiste Coudurierinvert condition to simplify code
2009-04-07 Baptiste Coudurierremove no more needed code, tag is set by default
2009-04-07 Baptiste Couduriercosmetics, reindent, add empty lines
2009-04-07 Baptiste Couduriersplit mov_find_codec_tag in separate per format functions
2009-04-07 Stefano SabatiniImprove grammar/comprehensibility of the lavu 50.2...
2009-04-07 Reimar DöffingerAlways return 0 if read_packet is successful.
2009-04-07 Reimar DöffingerDo not uselessly read version string into a buffer.
2009-04-07 Reimar DöffingerDescribe read_alloc return value and required pkt handl...
2009-04-07 Reimar DöffingerError out also when reading nuv header returns with...
2009-04-07 Baptiste Coudurierset bits_per_coded_sample for rawvideo
2009-04-07 Baptiste Coudurieroverride mov fourcc for pcm audio, this is safer when...
2009-04-07 Robert SwainFix second amr_nb_decode_frame() to also use the new...
2009-04-07 Thilo BorgmannMove av_packet_*() functions from libavformat/ to libav...
2009-04-07 Aurelien Jacobsfix vp5/vp6 decoding by using new prototype for decode...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-04-07 Thilo BorgmannMove AVPacket up a bit, so that structs/functions that...
2009-04-07 Aurelien Jacobsuse av_freep() instead of av_free() + =NULL.
2009-04-07 Luca AbeniFix the copyright year
2009-04-07 Martin StorsjöAdd support for H.263 video in the RTP muxer
2009-04-07 Luca AbeniDo not return payload type 34 for H.263 (it is deprecated)
2009-04-07 Kenan GilletMove scale factor computation to its own function....
2009-04-06 Michael NiedermayerTry to honor even completely invalid motion vectors...
2009-04-06 Martin StorsjöOnly insert the SPS and PPS NALs in sprop-parameter...
2009-04-06 Stefano SabatiniAdd missing entry corresponding to r18163.
2009-04-06 Stefano SabatiniCosmetics: remove empty line.
2009-04-06 Stefano SabatiniFix minor version for the r18116 entry: minor was not...
2009-04-06 Justin RugglesAdd convenience macros for 5.0/5.1 back speaker configu...
2009-04-06 Ramiro Pollamlpdec: Filters and matrices may change only once per...
2009-04-05 Ramiro Pollamlpdec: There must be no extraword for MLP.
2009-04-05 Ramiro Pollamlpdec: Validate non-restart bit from the substream...
2009-04-05 Ramiro Pollamlpdec: matrix_out_ch must not be greater than max_matr...
2009-04-05 Ramiro Pollaswscale: Remove X86 commented out code.
2009-04-05 Michael NiedermayerMake sure the last bits of huffyuv frames are zeroed.
2009-04-04 Ramiro Pollaswscale: Use function pointers for swScale functions.
2009-04-04 Ramiro Pollaswscale: {}-related cosmetics.
2009-04-04 Ramiro Pollaswscale: Add const to some swScale functions' parameters.
2009-04-04 David ConradARM: NEON optimized put_signed_pixels_clamped
2009-04-04 Måns RullgårdARM: NEON optimised add_pixels_clamped
2009-04-04 Kenan GilletAdd missing static qualifier from function declaration...
2009-04-04 Stefano SabatiniRename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity...
2009-04-03 Stefano SabatiniRemove JACK input device addition entry.
2009-04-03 Michael NiedermayerDo not fail on zero packets.
2009-04-03 Reimar DöffingerMark line_skip3 asm argument as output-only instead...
2009-04-03 Reimar DöffingerMark put_signed_pixels_clamped_mmx output operands...
2009-04-03 Reimar DöffingerUse DECLARE_ASM_CONST for non-global ff_vector128 const...
2009-04-03 Gwenole BeauchesneAdd VC-1 bitstream decoding through VA API.
2009-04-03 Stefano SabatiniUpdate after the last two commits.
2009-04-02 Olivier GuilyardiImplement JACK input device.
2009-04-02 Olivier GuilyardiImplement av_fifo_space().
2009-04-02 Diego BiurrunFix lzo-test linking: -llzo2 should be in ELIBS, not...
2009-04-02 Alex ConverseRewrite put_signed_pixels_clamped_mmx() to eliminate...
2009-04-02 Stefano SabatiniUpdate after the last API change.
2009-04-02 Thilo BorgmannMove AVPacket declaration from avformat.h to avcodec.h.
2009-04-02 Ramiro Pollaswscale: Remove mmx2 params from h[yc]scale().
2009-04-02 Ramiro Pollaswscale: Split h[yc]scale_fast() into their own functions.
2009-04-02 Ramiro Pollaswscale: Execute sfence and emms depending on runtime...
2009-04-02 Jai MenonMap MOV fourcc YUV2 correctly to PIX_FMT_YUYV422.
2009-04-02 Reimar DöffingerReindent
2009-04-02 Reimar DöffingerSupport DVD subtitles in mov/mp4 as created by Nero.
2009-04-02 Gwenole BeauchesneRegister VA API HW accelerators.
2009-04-02 Gwenole BeauchesneAdd VA API deps.
2009-04-02 Gwenole BeauchesneAdd hwaccel configury. This generates CONFIG_<CODEC...
2009-04-02 Diego BiurrunReplace manual setting of the removed av_log_level...
2009-04-02 Gwenole BeauchesneAdd VA API pixfmt (only VLD is available ATM).
2009-04-02 Diego BiurrunAdd an empty line in front of configure debug instructions.
2009-04-02 Gwenole BeauchesneAdd MPEG-4 / H.263 bitstream decoding through VA API.
2009-04-02 Baptiste Coudurierskip empty data packets in flv, fix input.flv
2009-04-01 Måns RullgårdARM: START/STOP_TIMER support for ARMv7
2009-04-01 Måns RullgårdSplit libavutil/timer.h per architecture
2009-04-01 Stefano SabatiniExtend read_line() to make it take a read_pal_component...
2009-04-01 David ConradAdd SSE4 detection support
2009-04-01 Gwenole BeauchesneAdd 16cif video frame size abbreviation. i.e. -s alias...
2009-04-01 David ConradRemove unused FILTSIGN macro
2009-04-01 Måns RullgårdRemove aandcttab.o from dct-test dependencies, the...
2009-04-01 Måns RullgårdMake examples and test progs depend on libraries
2009-04-01 Måns RullgårdAdd $(ELIBS) to example/test app link command
2009-04-01 Måns RullgårdMake examples and test progs depend on libraries
2009-04-01 Måns RullgårdLink tests/examples with -lfoo instead of libfoo.a
2009-04-01 Måns RullgårdAlways use -L flags for all subdirs
2009-04-01 Måns RullgårdMove make rules applicable only to subdirs into subdir.mak
2009-04-01 Ben Littleradd another dv fourcc CDVH
2009-03-31 Stefano SabatiniReindent after the last patch.
2009-03-31 Stefano SabatiniAdd/fix support for bitstream formats reading in read_l...
2009-03-31 Stefano SabatiniMake the step and offset fields of the component descri...
2009-03-31 Reimar DöffingerFix ipvideo_decode_block_opcode_0xD again.
2009-03-31 Stefano SabatiniDocument read_line().
2009-03-31 Stefano SabatiniAdd a notice telling that the behavior of skip_put_bits...
2009-03-31 Reimar DöffingerCosmetics: remove some pointless {}
2009-03-31 Reimar DöffingerSlightly simplify ipvideo_decode_block_opcode_0xD
2009-03-31 Reimar DöffingerOne more simplification for ipvideo_decode_block_opcode_0xA
2009-03-31 Stefano SabatiniCosmetics: reorder the pixel format descriptors to...
2009-03-31 Reimar DöffingerSlightly simplify first part of ipvideo_decode_block_op...
2009-03-31 Stefano SabatiniChange the order of the components for RGB565LE and...
2009-03-31 Stefano SabatiniAdd comments specifying the name of the components...
2009-03-31 Reimar DöffingerMake ipvideo_decode_block_opcode_0x8 a lot simpler...
2009-03-31 Reimar DöffingerFix a too small CHECK_STREAM_PTR value in interplayvideo.c
next