OSDN Git Service

android-x86/external-ffmpeg.git
2012-07-19 Nicolas GeorgeRevert "ffmpeg: set pkt_timebase"
2012-07-19 Nicolas Georgelavf: set pkt_timebase at the same time as stream-...
2012-07-19 Nicolas Georgelavc: warn when impossible to adjust timestamps for...
2012-07-19 Nicolas Georgelavc: add debug info about skipped samples.
2012-07-19 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-19 Stefano Sabatinilavf/udp: warn in case the circular_buffer_size or...
2012-07-19 Stefano Sabatinidoc/protocols: add a note regarding the circular RX...
2012-07-19 Stefano Sabatinidoc/protocols: apply misc fixes to the UDP protocol...
2012-07-19 Stefano Sabatinidoc/protocols: extend/clarify documentation for the...
2012-07-19 Stefano Sabatinidoc/protocols: document "fifo_size" and "overrun_nonfat...
2012-07-19 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-19 Justin Rugglesalac: cosmetics: general pretty-printing and comment...
2012-07-19 Justin Rugglesalac: calculate buffer size outside the loop in allocat...
2012-07-19 Justin Rugglesalac: change some data types to plain int
2012-07-19 Justin Rugglesalac: cosmetics: rename some variables and function...
2012-07-19 Andrew D'Addesioalac: multi-channel decoding support
2012-07-19 Justin Rugglesalac: split element parsing into a separate function
2012-07-19 Justin Rugglesalac: support a read sample size of up to 32
2012-07-19 Justin Rugglesalac: output in planar sample format
2012-07-19 Justin Rugglesalac: add 32-bit decoding support
2012-07-19 Andrew D'Addesioalac: simplify channel interleaving
2012-07-19 Justin Rugglesalac: use AVPacket fields directly in alac_decode_frame()
2012-07-19 Justin Rugglesalac: fix check for valid max_samples_per_frame
2012-07-19 Justin Rugglesalac: use get_sbits() to read LPC coefficients instead...
2012-07-19 Justin Rugglesalac: move the current samples per frame to the ALACContext
2012-07-19 Justin Rugglesalac: avoid using a double-negative when checking if...
2012-07-19 Justin Rugglesalac: factor out output_size check in predictor_decompr...
2012-07-19 Justin Rugglesalac: factor out loading of next decoded sample in...
2012-07-19 Justin Rugglesalac: use index into buffer_out instead of incrementing...
2012-07-19 Justin Rugglesalac: simplify lpc coefficient adaptation
2012-07-19 Justin Rugglesalac: reduce the number of local variables needed in...
2012-07-19 Justin Rugglesalac: simplify 1st order prediction and reading of...
2012-07-19 Justin Rugglesalac: cosmetics: reindent after last commit
2012-07-19 Justin Rugglesalac: remove unneeded conditionals in predictor_decompr...
2012-07-19 Justin Rugglesalac: use sizeof() instead of hardcoded data sizes
2012-07-19 Justin Rugglesalac: make block_size signed
2012-07-19 Justin Rugglesalac: remove a duplicate local variable
2012-07-19 Justin Rugglesalac: conditionally set sign_modifier to 1
2012-07-19 Justin Rugglesalac: eliminate 2 unneeded local variables in bastardiz...
2012-07-19 Justin Rugglesalac: adjust conditions for updating entropy decoder...
2012-07-19 Justin Rugglesalac: cosmetics: reindent after last commit
2012-07-19 Justin Rugglesalac: limit the rice param before passing to decode_sca...
2012-07-19 Justin Rugglesalac: reduce the number of parameters to bastardized_ri...
2012-07-19 Justin Rugglesalac: cosmetics: rename some ALACContext parameters
2012-07-19 Justin Rugglesalac: clean up and update comments leftover from revers...
2012-07-19 Justin Rugglesavformat: move 'chan' tag parsing to mov_chan.c to...
2012-07-19 Justin Rugglescaf: use int64_t for num_packets
2012-07-19 Justin Rugglescaf: fix 'pakt' chunk parsing
2012-07-19 Justin Rugglescaf: support either old or new style ALAC magic kuki...
2012-07-19 Clément Bœschthreads: fix a potential race spotted by helgrind.
2012-07-19 Clément Bœschfate/subtitles: sort tests alphabetically.
2012-07-19 Michael Niedermayermxfdec: simplify code by using av_calloc()
2012-07-19 Michael Niedermayeravidec: Mark first frame as keyframe in case there...
2012-07-19 Michael NiedermayerFix misspellings of FFmpeg
2012-07-19 Paul B Maholswscale/input: silence warnings about incompatible...
2012-07-19 Nicolas Georgeffmpeg: add -(no)stdin option.
2012-07-19 Nicolas Georgeffmpeg: invert using_stdin and rename accordingly.
2012-07-19 Mans RullgardPrint full compiler identification, not only version...
2012-07-19 Mans Rullgardflacdec: reverse lpc coeff order, simplify filter
2012-07-19 Diego Biurrunx86: dsputil: drop some unused CPU flag debug code
2012-07-19 Paul B Maholswscale: unscaled rgba64->rgb48
2012-07-19 Paul B Maholswscale: unscaled rgba64->bgr48
2012-07-18 Paul B Maholswscale: simplify unscaled rgb48<->bgr48
2012-07-18 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-18 Michael Niedermayersws: more complete doxy for sws_setColorspaceDetails()
2012-07-18 Stefano Sabatinilavf/utils: show the number of stream in case of missin...
2012-07-18 Stefano Sabatinilavf/utils: suggest what to do in case of missing codec...
2012-07-18 Stefano Sabatinilavf/utils: extend has_codec_parameters() to make it...
2012-07-18 Michael Niedermayerimgconvert: favor pixel formats without resolution...
2012-07-18 Michael Niedermayeravfiltergraph: add some debug info about selected pixel...
2012-07-18 Stefano Sabatiniconfigure: simplify dependencies for x11_grab_device
2012-07-18 Stefano Sabatiniconfigure: fix help message for --disable-avfilter
2012-07-18 Stefano Sabatinilavfi/avfiltergraph: apply misc fixes to fix avfilter_g...
2012-07-18 Michael Niedermayerffmpeg: revert 3ba90d9 (cosmetics to reduce difference...
2012-07-18 Michael Niedermayermlpdec: switch to av_assert
2012-07-18 Michael Niedermayersws/input: switch to av_assert
2012-07-18 Mans Rullgardppc: fix build with altivec disabled
2012-07-18 Mans Rullgardvp3: move idct and loop filter pointers to new vp3dsp...
2012-07-18 Mans Rullgardbuild: add CONFIG_VP3DSP, reduce repetition in OBJS...
2012-07-18 Kostya Shishkovtscc2: do not add/subtract 128 bias during DCT
2012-07-18 Kostya Shishkovtscc2: fix typo in DCT
2012-07-18 Diego Biurrunconfigure: clarify external library section of help...
2012-07-18 Diego Biurrunconfigure: mark libfdk-aac as nonfree
2012-07-18 Diego Biurrunconfigure: cosmetics: drop some unnecessary backslashes
2012-07-17 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-07-17 Nicolas Georgeavfiltergraph: document a catch in request_oldest().
2012-07-17 Nicolas Georgeavfiltergraph: add a debug message on EOF.
2012-07-17 Nicolas Georgelavfi: rescale link->current_pts.
2012-07-17 Diego Biurrunos_support: K&R formatting cosmetics
2012-07-17 Paul B Maholptx: correct decoding
2012-07-17 Michael Niedermayermov/aac: skip initial aac padding
2012-07-17 Piotr Bandurskiriff: add "SM4V" FourCC
2012-07-17 William Yuavf:rmdec.c fill duration to AVFormatContext
2012-07-17 Michael Bradshawlibopenjpeg: introduce encoding support
2012-07-17 Michael Bradshawlibopenjpeg: rename decoder source file.
2012-07-17 Michael Niedermayersws: handle non native rgb<->rgb convertions
2012-07-17 Michael Niedermayeryuv2rgb: implement 15/16bit ordered dither
2012-07-17 Samuel PitoisetRTMPTS protocol support
2012-07-17 Samuel PitoisetRTMPS protocol support
2012-07-17 Nicolas Georgelswr: channel_map requires input conversion.
next