]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/shortlog
frescor/ffmpeg.git
2009-04-11 michael2 INIT_VLC_USE_STATIC cases, carl missed.
2009-04-11 michaelget rid of INIT_VLC_USE_STATIC in h261.
2009-04-11 michaelGet rid of INIT_VLC_USE_STATIC in rv10/rv20.
2009-04-11 michaelGet rid of INIT_VLC_USE_STATIC in 4xm.
2009-04-11 michaelGet rid of INIT_VLC_USE_STATIC in asv1.
2009-04-11 michaelGet rid of INIT_VLC_USE_STATIC in msmpeg4
2009-04-11 stefanoClarify documentation for put_bits_count().
2009-04-11 reimarGet rid of av_destruct_packet_nofree and use NULL instead.
2009-04-11 cehoyosUse INIT_VLC_USE_STATIC and not its value "1".
2009-04-11 reimarReindent
2009-04-11 reimarMake electronicarts demuxer return partial frames,...
2009-04-10 stefanoDocument align_put_bits().
2009-04-10 stefanoDoxygenate flush_put_bits() documentation.
2009-04-10 stefanoDoxygenate put_bits_count() documentation.
2009-04-10 cehoyosFix comment: gcc 2.95.3 binaries decode ac3 fine if...
2009-04-10 stefanoDoxygenate init_put_bits().
2009-04-10 diegocosmetics: Rename prn variable to prng (Pseudo Random...
2009-04-10 stefanoAdd support to CorePNG P-frames.
2009-04-10 diegoReplace rand() usage by av_lfg_get().
2009-04-10 diegocosmetics: Align output columns.
2009-04-10 reimarLoop up to MAX_THREADS instead of h->s.avctx->thread_co...
2009-04-10 stefanoUse the new avcodec_decode_* API.
2009-04-10 aurelremove useless duplication of what av_new_stream()...
2009-04-10 stefanoAdd 'PNG1' to PNG fourcc codes.
2009-04-10 stefanoUse the new avcodec_decode_* API.
2009-04-10 diegoRemove unused variables along with the related warnings.
2009-04-10 diegoIgnore .d and .ho files.
2009-04-10 reimarAdd forgotten void return type to ff_h264_free_context
2009-04-10 diegoFix sigill on non-MMX2 CPUs.
2009-04-10 stefanoUse the new avcodec_decode_* API.
2009-04-10 stefanoMake try_decode_frame() use the new avcodec_decode_...
2009-04-10 reimarMake sure error resilience does not try to use unavaila...
2009-04-10 reimarAdd a ff_h264_free_context function and call it from...
2009-04-10 michaelMake sure mpeg2 has its height rounded up to 32 as...
2009-04-09 michaelDont use SSE2 SAD for snow as it requires more alignmen...
2009-04-09 lucabeFix documentation for the "-ps" option
2009-04-09 lucabeAAC packetiser cleanup: use consts instead of #defines
2009-04-09 lucabeAAC packetiser cleanup: remove check for a condition...
2009-04-09 lucabeFix two checks in the AAC packetiser, which were too...
2009-04-09 michaelMake sure the next used frame is released so get_buffer...
2009-04-09 michaelMove release_buffer() up so it is prior to a future...
2009-04-09 michaelFactorize release_buffer()
2009-04-09 michaelMake sure spatial_decomposition_count is not too large...
2009-04-09 michaelSkip non intra frames that have no reference frames.
2009-04-09 michaelMake sure spatial_decomposition_count is >0.
2009-04-09 michaelMake sure the block array is of the correct size.
2009-04-09 michaelCheck spatial_decomposition_count too, fixes another...
2009-04-09 michael10l, forgot to remove old code, which broke snow.
2009-04-09 michaelFactorize check of read symbols.
2009-04-09 michaelFix spatial_decomposition_type validity check.
2009-04-09 michaelFix crash when max_ref_frames was out of range.
2009-04-09 diegoGive liblzo benchmark conditionals more descriptive...
2009-04-09 diegoAdd a configure check for lzo1x_999_compress() and...
2009-04-09 reimarFix memleak in nuv demuxer: free packet already allocat...
2009-04-09 diegoRemove unnecessary gcc_fixes.h #include.
2009-04-09 diegocosmetics: Reformat comment paragraph and fix a few...
2009-04-09 michaelFix -ss / -t interaction with -acodec copy.
2009-04-08 michaelFix mb_height for interlaced mpeg2.
2009-04-08 ramiroconfigure: Add --enable-runtime-cpudetect
2009-04-08 reimarCorrectly set packet size for partial video packets...
2009-04-08 reimarAdd av_shrink_packet function for use in av_get_packet...
2009-04-08 cehoyosReduce code duplication.
2009-04-08 rbultjeDocument addition of new avcodec_decode_video2/audio3...
2009-04-08 lucabeAdd support for AMR audio in the RTP muxer
2009-04-08 bcoudurierforce sample for qcelp when not stored in mov, fix...
2009-04-08 rbultjeReindent after r18372.
2009-04-08 rbultjeAdd waveformat-extensible support in the wav muxer.
2009-04-08 superdumpClarify which time_base the relevant members of AVPacke...
2009-04-07 bcouduriermove codec tag tables near corresponding code
2009-04-07 bcouduriercosmetics, reindent
2009-04-07 bcouduriercosmetics, add empty line and remove useless braces
2009-04-07 bcoudurierfix compilation, add missing parenthesis
2009-04-07 bcouduriercomment the ipod subtitle check
2009-04-07 bcoudurierinvert condition to simplify code
2009-04-07 bcoudurierremove no more needed code, tag is set by default
2009-04-07 bcouduriercosmetics, reindent, add empty lines
2009-04-07 bcouduriersplit mov_find_codec_tag in separate per format functions
2009-04-07 stefanoImprove grammar/comprehensibility of the lavu 50.2...
2009-04-07 reimarAlways return 0 if read_packet is successful.
2009-04-07 reimarDo not uselessly read version string into a buffer.
2009-04-07 reimarDescribe read_alloc return value and required pkt handl...
2009-04-07 reimarError out also when reading nuv header returns with...
2009-04-07 bcoudurierset bits_per_coded_sample for rawvideo
2009-04-07 bcoudurieroverride mov fourcc for pcm audio, this is safer when...
2009-04-07 superdumpFix second amr_nb_decode_frame() to also use the new...
2009-04-07 rbultjeMove av_packet_*() functions from libavformat/ to libav...
2009-04-07 aurelfix vp5/vp6 decoding by using new prototype for decode...
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-04-07 rbultjeMove AVPacket up a bit, so that structs/functions that...
2009-04-07 aureluse av_freep() instead of av_free() + =NULL.
2009-04-07 lucabeFix the copyright year
2009-04-07 lucabeAdd support for H.263 video in the RTP muxer
2009-04-07 lucabeDo not return payload type 34 for H.263 (it is deprecated)
2009-04-07 reynaldoMove scale factor computation to its own function....
2009-04-06 michaelTry to honor even completely invalid motion vectors...
2009-04-06 lucabeOnly insert the SPS and PPS NALs in sprop-parameter...
2009-04-06 stefanoAdd missing entry corresponding to r18163.
2009-04-06 stefanoCosmetics: remove empty line.
2009-04-06 stefanoFix minor version for the r18116 entry: minor was not...
2009-04-06 jbrAdd convenience macros for 5.0/5.1 back speaker configu...
next