]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-03-09 diegoRemove all remaining code that was disabled through...
2009-03-09 kostyaAdd maintainers for RM muxer, demuxer and RDT protocol
2009-03-09 reimarAdd av_fifo_reset function to completely reset fifo...
2009-03-09 mruEnable CONFIG_FASTDIV by default
2009-03-09 gbAdd private HW accel data infrastructure.
2009-03-09 bcoudurierreindent
2009-03-09 michaelindent
2009-03-09 bcoudurierchange path pattern to be similar to existing files...
2009-03-09 bcouduriermerge struct declaration and definition
2009-03-09 bcoudurierwrite map packet every 100 packets according to specs
2009-03-09 bcoudurierwrite flt packet, might need some tweaking but it works
2009-03-09 bcouduriercorrectly interleave audio and video according to specs
2009-03-09 bcoudurierwrite timecode track in gxf
2009-03-09 bcoudurierwrite timecode track in gxf
2009-03-08 bcouduriercompute media info in write_header
2009-03-08 bcoudurierfactorize write packet
2009-03-08 bcoudurierremove unneeded and empty user data
2009-03-08 mruAllow different executable suffix for host and target
2009-03-08 bcoudurieruniformize variable names and remove duplicating fields...
2009-03-08 bcoudurierremove useless fields
2009-03-08 jbrmove NTT VQF demuxer to keep formats list alphabetized.
2009-03-08 vitorUse FLG pseudo-random number generator in RoQ and ELBG
2009-03-08 kostyaMake Musepack decoders use LFG pseudorandom generator
2009-03-08 vitorBe more verbose in describing VQF demuxer
2009-03-08 reimarAdd a part explaining that API should be considered...
2009-03-08 reimarPreliminary summary of AVFifoBuffer changes
2009-03-08 reimarRemove more functions disabled by major version bump.
2009-03-08 reimarRemove/replace code disabled by major version bump.
2009-03-08 michaelDeprecate the Mersenne Twister.
2009-03-08 reimarReplace all uses of the replaced av_fifo_read by av_fif...
2009-03-08 michaelRemove the Mersenne Twister from the public API/ABI.
2009-03-08 michaelBump major version of libavutil due to FIFO fixes.
2009-03-08 reimarRemove av_fifo_read, API is already broken and major...
2009-03-08 michaelAllocate AVFifoBuffer through the fifo API to reduce...
2009-03-08 bcoudurieradd ff_random_get_seed to be used in conjunction with...
2009-03-08 michaelComments to indicate where memory barriers may be needed.
2009-03-07 vitorVQF demuxer
2009-03-07 michaelTry to fix the 1 byte cant be used issue.
2009-03-07 diegocosmetics: fix indentation
2009-03-07 lucabeFix AVFMT_FLAG_NONBLOCK in alsa
2009-03-07 rbultjertpmap is case-insensitive, see comment from Luca in...
2009-03-06 alexcRe-indent after last commit.
2009-03-06 alexcIf we get an error from ff_aac_parse_header() we should...
2009-03-06 alexcADTS: Increased protection against writing illegal...
2009-03-06 michaelAdd my name to copyright & author as requested by the...
2009-03-06 michaelAdd code to the self test to print jitter & drift.
2009-03-06 alexcFix the channel allocation bug/assumption (issue 800).
2009-03-06 diegoGet rid of redundant vdpau option, decoders can still...
2009-03-06 cehoyosFix H.264 bitstream field log2_max_pic_order_cnt_lsb_minus4
2009-03-06 rbultjeOops, very silly typo.
2009-03-06 jbrflacdec: Parse the metadata header in the raw FLAC...
2009-03-06 jbrflacdec: Add a shared function for parsing a FLAC metad...
2009-03-06 diegoAdd '#undef rand' to fix test program build.
2009-03-06 diegocosmetics: Fix test program warnings.
2009-03-06 jbrpnm: Add missing 'else'. Fixes decoding for 16-bit...
2009-03-06 michaelVertical align.
2009-03-06 michaelBetter name for integrator2_state.
2009-03-06 michaelAdd clock_period parameter, this should makes the code...
2009-03-06 michaelSelftest code.
2009-03-06 michaelFix bug with time==0 being special.
2009-03-06 michaelAdapt first factor.
2009-03-06 michaelMerge ff_timefilter_read() and ff_timefilter_update...
2009-03-06 michaelAllow timespans to vari.
2009-03-05 michaelReorder operations, 20% improved performance, 1 variabl...
2009-03-05 michaelTimefilter code by Olivier Guilyardi o list O samalyse...
2009-03-05 diegoMark variables "j" and "structure" in execute_ref_pic_m...
2009-03-05 diegoDirectly read the version number from a VERSION file...
2009-03-05 alexcAAC: hoist dependent gain lookup out of the loop
2009-03-05 diegocosmetics: Zip Blocks Motion Video --> Zip Motion Block...
2009-03-05 diegocosmetics: Order changelog entries chronologically.
2009-03-05 diegoRemove duplicated MUL16 macro definition, fixes the...
2009-03-05 mruARM: disable inline asm for armcc
2009-03-05 mruARM: armcc versions of bswap_16/32
2009-03-05 mruARM: detect armcc compiler and enable gcc mode
2009-03-05 mruconfigure: check asm support using $as
2009-03-05 mruCompile .S files with $(AS), set it in configure
2009-03-05 diegoMark pos_min and pos_max variables as av_uninit to...
2009-03-05 diegoMark dvdaudio_substream_type variable as av_uninit...
2009-03-05 schreterPass packet position to the parser, so frame's AVPacket...
2009-03-05 schreterAdd handling of frame position in the parser.
2009-03-05 jbrflacdec: cosmetics: Add a comment with the data of...
2009-03-05 jbrflacdec: There is an even smaller FLAC frame size possi...
2009-03-05 jbrflacdec: 10l to me. I miscalculated the smallest FLAC...
2009-03-05 jbrflacdec: cosmetics: move 2 statements to immediately...
2009-03-05 jbrflacdec: Simplify frame sync by not using the bitstream...
2009-03-05 jbrflacdec: Split the metadata_parse() function into 2...
2009-03-04 jbrflacdec: Add a check for small buffer size. This ensur...
2009-03-04 jbrflacdec: cosmetics: Use a more descriptive variable...
2009-03-04 jbrflacdec: Handle 32 bps data when checking allocated...
2009-03-04 jbrflacdec: Check curr_bps after wasted bits are subtracted.
2009-03-04 stefanoFix typo: "i" -> "in".
2009-03-04 schreterAdd support for ct_type to correctly detect interlaced...
2009-03-04 michaelAdd "deprecated old scaler removed"
2009-03-04 reimarRemove the swscale dummy option, most (all?) FATE confi...
2009-03-04 reimar100l, interplayvideo uses 8x8 blocks, so call the 8x8...
2009-03-04 reimarSet AVFrame.reference correctly for nuv decoder.
2009-03-04 vitorAdd more correct bound checking in filter_mb().
2009-03-04 gbAdd frame buffer allocators. aka simplify calls to
2009-03-04 alexcMOV: fix demuxing fragmented files
2009-03-04 melansonFix a condition that causes an infinite loop, but only...
next