]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-03-09 Kostya ShishkovMask all unused bits for packed pixel format instead...
2009-03-09 Gwenole BeauchesneUpdate VA API pixfmts documentation: struct vaapi_rende...
2009-03-09 Reimar DöffingerConvert spurious DOS line breaks to UNIX line breaks...
2009-03-09 Ronald S. BultjePrevent (negative) overflow of rm->remaining_len. This...
2009-03-09 Ronald S. BultjeReplace separate packet parsing for "old_format" .ra...
2009-03-09 Ronald S. BultjeMove frame discarding out of the ff_rm_parse_packet...
2009-03-09 Reimar DöffingerMark all packets from nuv demuxer as keyframes in order...
2009-03-09 Ronald S. BultjeReorder alphabetically after r17902.
2009-03-09 Reimar Döffinger100l, to start reading from the first frame we must...
2009-03-09 Reimar DöffingerSet AVPacket pos also for audio packets in nuv demuxer.
2009-03-09 Diego BiurrunRemove all remaining code that was disabled through...
2009-03-09 Kostya ShishkovAdd maintainers for RM muxer, demuxer and RDT protocol
2009-03-09 Reimar DöffingerAdd av_fifo_reset function to completely reset fifo...
2009-03-09 Måns RullgårdEnable CONFIG_FASTDIV by default
2009-03-09 Gwenole BeauchesneAdd private HW accel data infrastructure.
2009-03-09 Baptiste Coudurierreindent
2009-03-09 Michael Niedermayerindent
2009-03-09 Baptiste Coudurierchange path pattern to be similar to existing files...
2009-03-09 Baptiste Couduriermerge struct declaration and definition
2009-03-09 Baptiste Coudurierwrite map packet every 100 packets according to specs
2009-03-09 Baptiste Coudurierwrite flt packet, might need some tweaking but it works
2009-03-09 Baptiste Couduriercorrectly interleave audio and video according to specs
2009-03-09 Baptiste Coudurierwrite timecode track in gxf
2009-03-09 Baptiste Coudurierwrite timecode track in gxf
2009-03-08 Baptiste Couduriercompute media info in write_header
2009-03-08 Baptiste Coudurierfactorize write packet
2009-03-08 Baptiste Coudurierremove unneeded and empty user data
2009-03-08 Måns RullgårdAllow different executable suffix for host and target
2009-03-08 Baptiste Coudurieruniformize variable names and remove duplicating fields...
2009-03-08 Baptiste Coudurierremove useless fields
2009-03-08 Justin Rugglesmove NTT VQF demuxer to keep formats list alphabetized.
2009-03-08 Vitor SessakUse FLG pseudo-random number generator in RoQ and ELBG
2009-03-08 Kostya ShishkovMake Musepack decoders use LFG pseudorandom generator
2009-03-08 Vitor SessakBe more verbose in describing VQF demuxer
2009-03-08 Reimar DöffingerAdd a part explaining that API should be considered...
2009-03-08 Reimar DöffingerPreliminary summary of AVFifoBuffer changes
2009-03-08 Reimar DöffingerRemove more functions disabled by major version bump.
2009-03-08 Reimar DöffingerRemove/replace code disabled by major version bump.
2009-03-08 Michael NiedermayerDeprecate the Mersenne Twister.
2009-03-08 Reimar DöffingerReplace all uses of the replaced av_fifo_read by av_fif...
2009-03-08 Michael NiedermayerRemove the Mersenne Twister from the public API/ABI.
2009-03-08 Michael NiedermayerBump major version of libavutil due to FIFO fixes.
2009-03-08 Reimar DöffingerRemove av_fifo_read, API is already broken and major...
2009-03-08 Michael NiedermayerAllocate AVFifoBuffer through the fifo API to reduce...
2009-03-08 Baptiste Coudurieradd ff_random_get_seed to be used in conjunction with...
2009-03-08 Michael NiedermayerComments to indicate where memory barriers may be needed.
2009-03-07 Vitor SessakVQF demuxer
2009-03-07 Michael NiedermayerTry to fix the 1 byte cannot be used issue.
2009-03-07 Diego Biurruncosmetics: fix indentation
2009-03-07 Luca AbeniFix AVFMT_FLAG_NONBLOCK in alsa
2009-03-07 Ronald S. Bultjertpmap is case-insensitive, see comment from Luca in...
2009-03-07 Cédric SchieliLet the 4th plane reach the swScale function
2009-03-07 Cédric SchieliYUVA420P is a planar YUV format
2009-03-06 Alex ConverseRe-indent after last commit.
2009-03-06 Alex ConverseIf we get an error from ff_aac_parse_header() we should...
2009-03-06 Alex ConverseADTS: Increased protection against writing illegal...
2009-03-06 Michael NiedermayerAdd my name to copyright & author as requested by the...
2009-03-06 Michael NiedermayerAdd code to the self test to print jitter & drift.
2009-03-06 Alex ConverseFix the channel allocation bug/assumption (issue 800).
2009-03-06 Diego BiurrunGet rid of redundant vdpau option, decoders can still...
2009-03-06 Stephen WarrenFix H.264 bitstream field log2_max_pic_order_cnt_lsb_minus4
2009-03-06 Ronald S. BultjeOops, very silly typo.
2009-03-06 Justin Rugglesflacdec: Parse the metadata header in the raw FLAC...
2009-03-06 Justin Rugglesflacdec: Add a shared function for parsing a FLAC metad...
2009-03-06 Diego BiurrunAdd '#undef rand' to fix test program build.
2009-03-06 Diego Biurruncosmetics: Fix test program warnings.
2009-03-06 Justin Rugglespnm: Add missing 'else'. Fixes decoding for 16-bit...
2009-03-06 Michael NiedermayerVertical align.
2009-03-06 Michael NiedermayerBetter name for integrator2_state.
2009-03-06 Michael NiedermayerAdd clock_period parameter, this should make the code...
2009-03-06 Michael NiedermayerSelftest code.
2009-03-06 Michael NiedermayerFix bug with time==0 being special.
2009-03-06 Michael NiedermayerAdapt first factor.
2009-03-06 Michael NiedermayerMerge ff_timefilter_read() and ff_timefilter_update...
2009-03-06 Michael NiedermayerAllow timespans to vary.
2009-03-05 Michael NiedermayerReorder operations, 20% improved performance, 1 variabl...
2009-03-05 Michael NiedermayerTimefilter code by Olivier Guilyardi o list O samalyse...
2009-03-05 Diego BiurrunMark variables "j" and "structure" in execute_ref_pic_m...
2009-03-05 Diego BiurrunDirectly read the version number from a VERSION file...
2009-03-05 Alex ConverseAAC: hoist dependent gain lookup out of the loop
2009-03-05 Diego Biurruncosmetics: Zip Blocks Motion Video --> Zip Motion Block...
2009-03-05 Diego Biurruncosmetics: Order changelog entries chronologically.
2009-03-05 Diego BiurrunRemove duplicated MUL16 macro definition, fixes the...
2009-03-05 Måns RullgårdARM: disable inline asm for armcc
2009-03-05 Måns RullgårdARM: armcc versions of bswap_16/32
2009-03-05 Måns RullgårdARM: detect armcc compiler and enable gcc mode
2009-03-05 Måns Rullgårdconfigure: check asm support using $as
2009-03-05 Måns RullgårdCompile .S files with $(AS), set it in configure
2009-03-05 Cédric SchieliFix bug introduced by me in r28756
2009-03-05 Diego BiurrunMark pos_min and pos_max variables as av_uninit to...
2009-03-05 Diego BiurrunMark dvdaudio_substream_type variable as av_uninit...
2009-03-05 Ivan SchreterPass packet position to the parser, so frame's AVPacket...
2009-03-05 Ivan SchreterAdd handling of frame position in the parser.
2009-03-05 Justin Rugglesflacdec: cosmetics: Add a comment with the data of...
2009-03-05 Justin Rugglesflacdec: There is an even smaller FLAC frame size possi...
2009-03-05 Justin Rugglesflacdec: 10l to me. I miscalculated the smallest FLAC...
2009-03-05 Justin Rugglesflacdec: cosmetics: move 2 statements to immediately...
2009-03-05 Justin Rugglesflacdec: Simplify frame sync by not using the bitstream...
2009-03-05 Justin Rugglesflacdec: Split the metadata_parse() function into 2...
2009-03-04 Justin Rugglesflacdec: Add a check for small buffer size. This ensur...
next