]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2009-04-10 Carl Eugen... Fix comment: gcc 2.95.3 binaries decode ac3 fine if...
2009-04-10 Stefano SabatiniDoxygenate init_put_bits().
2009-04-10 Diego Biurruncosmetics: Rename prn variable to prng (Pseudo Random...
2009-04-10 Thilo BorgmannAdd support to CorePNG P-frames.
2009-04-10 Diego BiurrunReplace rand() usage by av_lfg_get().
2009-04-10 Diego Biurruncosmetics: Align output columns.
2009-04-10 Reimar DöffingerLoop up to MAX_THREADS instead of h->s.avctx->thread_co...
2009-04-10 Thilo BorgmannUse the new avcodec_decode_* API.
2009-04-10 Aurelien Jacobsremove useless duplication of what av_new_stream()...
2009-04-10 Thilo BorgmannAdd 'PNG1' to PNG fourcc codes.
2009-04-10 Thilo BorgmannUse the new avcodec_decode_* API.
2009-04-10 Diego BiurrunRemove unused variables along with the related warnings.
2009-04-10 Reimar DöffingerAdd forgotten void return type to ff_h264_free_context
2009-04-10 Diego BiurrunFix sigill on non-MMX2 CPUs.
2009-04-10 Thilo BorgmannUse the new avcodec_decode_* API.
2009-04-10 Thilo BorgmannMake try_decode_frame() use the new avcodec_decode_...
2009-04-10 Reimar DöffingerMake sure error resilience does not try to use unavaila...
2009-04-10 Reimar DöffingerAdd a ff_h264_free_context function and call it from...
2009-04-10 Michael NiedermayerMake sure mpeg2 has its height rounded up to 32 as...
2009-04-09 Michael NiedermayerDo not use SSE2 SAD for snow as it requires more alignm...
2009-04-09 Martin StorsjöFix documentation for the "-ps" option
2009-04-09 Luca AbeniAAC packetiser cleanup: use consts instead of #defines
2009-04-09 Luca AbeniAAC packetiser cleanup: remove check for a condition...
2009-04-09 Martin StorsjöFix two checks in the AAC packetiser, which were too...
2009-04-09 Michael NiedermayerMake sure the next used frame is released so get_buffer...
2009-04-09 Michael NiedermayerMove release_buffer() up so it is prior to a future...
2009-04-09 Michael NiedermayerFactorize release_buffer()
2009-04-09 Michael NiedermayerMake sure spatial_decomposition_count is not too large...
2009-04-09 Michael NiedermayerSkip non intra frames that have no reference frames.
2009-04-09 Michael NiedermayerMake sure spatial_decomposition_count is >0.
2009-04-09 Michael NiedermayerMake sure the block array is of the correct size.
2009-04-09 Michael NiedermayerCheck spatial_decomposition_count too, fixes another...
2009-04-09 Michael Niedermayer10l, forgot to remove old code, which broke snow.
2009-04-09 Michael NiedermayerFactorize check of read symbols.
2009-04-09 Michael NiedermayerFix spatial_decomposition_type validity check.
2009-04-09 Michael NiedermayerFix crash when max_ref_frames was out of range.
2009-04-09 Diego BiurrunGive liblzo benchmark conditionals more descriptive...
2009-04-09 Diego BiurrunAdd a configure check for lzo1x_999_compress() and...
2009-04-09 Reimar DöffingerFix memleak in nuv demuxer: free packet already allocat...
2009-04-09 Diego BiurrunRemove unnecessary gcc_fixes.h #include.
2009-04-09 Diego Biurruncosmetics: Reformat comment paragraph and fix a few...
2009-04-09 Michael NiedermayerFix -ss / -t interaction with -acodec copy.
2009-04-08 Michael NiedermayerFix mb_height for interlaced mpeg2.
2009-04-08 Ramiro Pollaconfigure: Add --enable-runtime-cpudetect
2009-04-08 Ramiro PollaRename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT...
2009-04-08 Reimar DöffingerCorrectly set packet size for partial video packets...
2009-04-08 Reimar DöffingerAdd av_shrink_packet function for use in av_get_packet...
2009-04-08 Zhentan FengReduce code duplication.
2009-04-08 Ronald S. BultjeDocument addition of new avcodec_decode_video2/audio3...
2009-04-08 Martin StorsjöAdd support for AMR audio in the RTP muxer
2009-04-08 Baptiste Coudurierforce sample for qcelp when not stored in mov, fix...
2009-04-08 Ronald S. BultjeReindent after r18372.
2009-04-08 Ronald S. BultjeAdd waveformat-extensible support in the wav muxer.
2009-04-08 Robert SwainClarify which time_base the relevant members of AVPacke...
2009-04-07 Baptiste Couduriermove codec tag tables near corresponding code
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.
next