OSDN Git Service

android-x86/external-ffmpeg.git
2012-02-21 Michael Niedermayerlavf: Reimplement new seek API emulation
2012-02-21 Michael Niedermayeravidec: Reduce log level for out of index error message.
2012-02-21 Michael Niedermayerdoxy: Disable the main index page.
2012-02-21 Clément Bœschdoc/examples: rename filtering.c into filtering_video.c.
2012-02-21 Clément Bœschdoc/examples: add audio decoding/filtering example.
2012-02-21 Clément Bœschlavfi/abuffer: init the data planes with NULL pointers.
2012-02-21 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-02-20 Nicolas Georgeaf_pan: move query_format before config_props.
2012-02-20 Nicolas Georgeaf_pan: remove the indirect function call.
2012-02-20 Justin Rugglesadpcmenc: Use correct frame_size for Yamaha ADPCM.
2012-02-20 Reimar DöffingerAdd missing av_free_packet.
2012-02-20 Justin Rugglesavcodec: add ff_samples_to_time_base() convenience...
2012-02-20 Justin Rugglesadx parser: set duration
2012-02-20 Justin Rugglesmlp parser: set duration instead of frame_size
2012-02-20 Justin Rugglesgsm parser: set duration
2012-02-20 Justin Rugglesmpegaudio parser: set duration instead of frame_size
2012-02-20 Justin Ruggles(e)ac3 parser: set duration instead of frame_size
2012-02-20 Justin Rugglesflac parser: set duration instead of frame_size
2012-02-20 Justin Rugglesavcodec: add duration field to AVCodecParserContext
2012-02-20 Justin Rugglesavutil: add av_rescale_q_rnd() to allow different rounding
2012-02-20 Nicolas Georgeaf_pan: reindent after last commit.
2012-02-20 Nicolas Georgeaf_pan: use libswr for rematrixing.
2012-02-20 Nicolas Georgelibswr: allow to set custom matrices.
2012-02-20 Reimar Döffingermatroskadec: remove H.264 special-case that disabled...
2012-02-20 Paul B Maholpnmdec: remove useless .pix_fmts
2012-02-20 Justin Ruggleslibmp3lame: support float and s32 sample formats
2012-02-20 Justin Ruggleslibmp3lame: renaming, rearrangement, alignment, and...
2012-02-20 Justin Ruggleslibmp3lame: use the LAME default bit rate
2012-02-20 Justin Ruggleslibmp3lame: use avpriv_mpegaudio_decode_header() for...
2012-02-20 Justin Ruggleslibmp3lame: cosmetics: remove some pointless comments
2012-02-20 Justin Ruggleslibmp3lame: convert some debugging code to av_dlog()
2012-02-20 Justin Ruggleslibmp3lame: remove outdated comment.
2012-02-20 Justin Ruggleslibmp3lame: do not set coded_frame->key_frame.
2012-02-20 Justin Ruggleslibmp3lame: improve error handling in MP3lame_encode_init()
2012-02-20 Justin Ruggleslibmp3lame: remove unneeded 'stereo' field from Mp3Audi...
2012-02-20 Matthieu Bouronffprobe: report bit rate in stream description
2012-02-20 Stefano Sabatinilavc: set bit_rate in the decoder context, just after...
2012-02-20 Martin Storsjöhls: Reset the AVIOContext when seeking
2012-02-20 Clément Bœschdoc: fix channel layout value in abuffer example.
2012-02-20 Anton Khirnovpcxenc: switch to encode2().
2012-02-20 Anton Khirnovsgienc: switch to encode2().
2012-02-20 Anton Khirnovtargaenc: switch to encode2().
2012-02-20 Anton Khirnovtargaenc: don't modify input frame.
2012-02-20 Anton Khirnovroqvideoenc: switch to encode2().
2012-02-20 Anton Khirnovroqvideoenc: add const qualifier to the input frame.
2012-02-20 Anton Khirnovpnmenc: switch to encode2().
2012-02-20 Anton Khirnovhuffyuv: switch to encode2().
2012-02-20 Anton Khirnovv410enc: switch to encode2().
2012-02-20 Anton Khirnovzmbvenc: switch to encode2().
2012-02-20 Anton Khirnovzmbvenc: move header writing to the end of encode_frame().
2012-02-20 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-02-19 Ronald S. Bultjeh264: don't use redzone in loopfilter on win64.
2012-02-19 Ronald S. BultjeRevert two swscale commits.
2012-02-19 Michael Niedermayerwmalossless: Fix infinite loop.
2012-02-19 Michael Niedermayerwmalossless: Switch to new audio API
2012-02-19 Michael Niedermayerwmalossless: remove tab
2012-02-19 Panagiotis... applehttp: Do seeking within segments, too
2012-02-19 Michael Niedermayercmdutils: add -cpuflags.
2012-02-19 Michael NiedermayerMerge remote-tracking branch 'shariman/wmall'
2012-02-19 Luca Barbatodoxy: remove reference to removed api
2012-02-19 Luca Barbatoexamples: unbreak compilation
2012-02-19 Paul B Maholttadec: cosmetics: reindent
2012-02-19 Michael Niedermayerpamdec: fix mono support.
2012-02-19 Aneesh Dograsunrast: use RLE trigger macro inplace of the hard...
2012-02-19 Aneesh Dograsunrastenc: set keyframe flag for the output packet.
2012-02-19 Reimar DöffingerH264 parser: enable header parsing/frame type detection...
2012-02-19 Anton Khirnovmpegvideo_enc: switch to encode2().
2012-02-19 Anton Khirnovmpegvideo_enc: force encoding delay of at least 1 frame...
2012-02-19 Michael Niedermayerpamenc: allocate the correct packetsize for mono.
2012-02-19 Michael Niedermayerpamenc: move allocation down.
2012-02-19 Michael Niedermayerh264: use av_fast_padded_malloc()
2012-02-19 Paul B Maholimg2dec: add im32 extension, sunrast with 32bit depth
2012-02-19 Clément Bœschexamples: add -Wall to CFLAGS.
2012-02-19 Clément Bœschexamples/filtering: fix unused variable and return...
2012-02-19 Clément Bœschexamples/filtering: fix deprecated function calls warnings.
2012-02-19 Clément Bœschexamples/filtering: fix implicit declarations and funct...
2012-02-19 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-02-18 Reimar Döffingerlavf-fate-ogg_vp3: Try -idct auto instead of -idct...
2012-02-18 Reimar Döffingeroggenc: fix condition when not to flush due to keyframe...
2012-02-18 Reimar Döffingeroggdec: improve warning message.
2012-02-18 Clément Bœschffprobe: fix crash if the file can't be opened.
2012-02-18 Martin Storsjömov: Use defines for sample flags in fragments
2012-02-18 Martin Storsjömov: Use defines for trun flags
2012-02-18 Martin Storsjömov: Use defines for tfhd flags
2012-02-18 Kostya Shishkovproresenc: force bitrate not to exceed given limit
2012-02-18 Ronald S. Bultjevc1parse: call vc1_init_common().
2012-02-18 Ronald S. Bultjewma: don't return 0 on invalid packets.
2012-02-18 Ronald S. Bultjeasf: prevent packet_size_left from going negative if...
2012-02-18 Ronald S. Bultjemjpegb: don't return 0 at the end of frame decoding.
2012-02-18 Reimar DöffingerAdd muxer test based on stream-copy from FATE sample.
2012-02-18 Martin Storsjörtpdec: Identify incorrectly signalled H263
2012-02-18 Mashiat Sarker... Perform inter-channel decorr. only if both channels...
2012-02-18 Michael Niedermayerffmpeg: Fix setting flags for codec copy.
2012-02-18 Reimar DöffingerAllow other programs to open the same files on Windows.
2012-02-18 Reimar DöffingerMake AAC in Ogg (ogm) work.
2012-02-18 Stefano Sabatinilavfi/aspect: set default value to 0:1, as stated in...
2012-02-18 Stefano Sabatinilavfi/aspect: remove confusing comments
2012-02-18 Stefano Sabatinilavfi/aspect: show log info even in case no argument...
2012-02-18 Michael Niedermayermovenc: Dont crash on aspect=0/0.
2012-02-18 Michael Niedermayeravidec: remove harmless duplicate code.
next