OSDN Git Service

coroid/ffmpeg_saccubus.git
2011-08-23 Alberto DelmásWindows Media Image decoder (WMVP/WVP2)
2011-08-22 Justin Rugglesac3enc: remove outdated TODO comment for apply_channel_...
2011-08-22 Anton Khirnovlibx264: only use ABR mode when the user explicitly...
2011-08-22 Anton Khirnovlibx264: use medium preset by default.
2011-08-22 Anton Khirnovmp2 encoder: make 128k the default bitrate.
2011-08-22 Anton Khirnovmovenc: use libx264 by default when possible for mov...
2011-08-22 Anton Khirnovavienc: saner default audio codec.
2011-08-22 Anton Khirnovmatroskaenc: saner default codecs.
2011-08-22 Stefano Sabatiniavplay: add examples of how to specify size/pixel forma...
2011-08-21 Stefano Sabatinilavc: add A|E|D flags to "ac" and "ar" options
2011-08-21 Kostya ShishkovWavPack demuxer: do not rely on index when timestamp...
2011-08-21 Kostya ShishkovWavPack demuxer: store position of the first block...
2011-08-21 Kostya ShishkovWavPack decoder: implement flush function
2011-08-19 Alex Converseavconv: Separate initialization from the main transcode...
2011-08-19 Anton Khirnovdoc/avconv: replace forgotten av by avconv.
2011-08-19 Anton Khirnovavconv: reset input_ts_offset between files.
2011-08-19 Anton Khirnovdoc/avconv: extend -ss documentation.
2011-08-19 Anton Khirnovavconv: call flush_encoders() from transcode() directly.
2011-08-19 Anton Khirnovavconv: fix broken indentation.
2011-08-19 Anton Khirnovavconv: rescue poor abused limit_filesize global.
2011-08-19 Alex Converseavconv: Set error code before before jumping to fail.
2011-08-19 Jeff Downsh264: fix PCM intra-coded blocks in monochrome case
2011-08-19 Jeff Downsh264: correct implicit weight table computation for...
2011-08-19 Jeff Downsh264: correct the check for invalid long term frame...
2011-08-18 Alex Converseavconv: Fix spelling errors.
2011-08-18 Alex Converseaac: Only set sample rate and object type from ADTS...
2011-08-18 Alex Converseaac: Set SBR and PS to unsignalled during headerless...
2011-08-18 Alex Converseaac: Only output configure if audio was found.
2011-08-18 Anton Khirnovavconv: save two levels of indentation in flush_encoders()
2011-08-18 Anton Khirnovavconv: factor flushing encoders out of output_packet().
2011-08-18 Anton Khirnovavconv: factor out initializing input streams.
2011-08-18 Anton Khirnovavconv: remove -intra option.
2011-08-18 Anton Khirnovavconv: reset streamid_map between output files.
2011-08-18 Anton Khirnovavconv: make timer_start a local var in transcode().
2011-08-18 Anton Khirnovavconv: cosmetics, move OutputStream.
2011-08-18 Anton Khirnovavconv: remove two unused macros.
2011-08-18 Dustin Brodyh264: hide reference frame errors unless requested
2011-08-18 Ronald S. Bultjeswscale: split hScale() function pointer into h[cy...
2011-08-18 Ronald S. BultjeMove clipd macros to x86util.asm.
2011-08-17 Anton Khirnovavconv: reindent.
2011-08-17 Anton Khirnovavconv: rescue poor abused start_time global.
2011-08-17 Anton Khirnovavconv: rescue poor abused recording_time global.
2011-08-17 Anton Khirnovavconv: merge two loops in output_packet().
2011-08-17 Anton Khirnovavconv: fix broken indentation.
2011-08-17 Anton Khirnovavconv: get rid of the arbitrary MAX_FILES limit.
2011-08-17 Anton Khirnovavconv: get rid of the output_streams_for_file vs....
2011-08-17 Anton Khirnovavconv: add a wrapper for output AVFormatContexts and...
2011-08-17 Anton Khirnovavconv: make itsscale syntax consistent with other...
2011-08-17 Anton Khirnovavconv: factor out adding input streams.
2011-08-17 Alex Converseavconv: Factorize combining auto vsync with format.
2011-08-17 Alex Converseavconv: Factorize video resampling.
2011-08-17 Alex Converseavconv: Don't unnecessarily convert ipts to a double.
2011-08-17 Diego Biurrunffmpeg: remove unsed variable nopts
2011-08-17 Kostya ShishkovRV3/4 parser: remove unused variable 'off'
2011-08-17 Sven Hesseadd XMV demuxer
2011-08-17 Kostya Shishkovrmdec: parse FPS in RealMedia properly
2011-08-17 Kostya ShishkovUse parsers for RealVideo 3/4 to determine correct PTS
2011-08-17 Kostya Shishkovrmdec: correct DTS calculation in RealMedia container.
2011-08-17 Kostya Shishkovrv10/20: tell decoder to use edge emulation
2011-08-16 Anton KhirnovRevert "avconv: use stream copy by default when possible."
2011-08-16 Anton Khirnovavconv: print stream copy information.
2011-08-16 Anton Khirnovavconv: use stream copy by default when possible.
2011-08-16 Anton Khirnovmatroskaenc: vertical alignment.
2011-08-16 Anton Khirnovmatroskaenc: implement query_codec()
2011-08-16 Anton Khirnovlavf: add avformat_query_codec().
2011-08-16 Anton Khirnovlavc: add avcodec_get_type() for mapping codec_id ...
2011-08-16 Luca Barbatoflvenc: use int64_t to store offsets
2011-08-16 Anton Khirnovavconv: don't segfault on 0 input files.
2011-08-16 Diogo FrancoDo not write ID3v1 tags by default
2011-08-16 Alex Conversempegts: log into an AVFormatContext rather than MpegTSC...
2011-08-16 Anton Khirnovmovenc: change AV_LOG_INFO to AV_LOG_WARNING for some...
2011-08-16 Anton Khirnovavconv: remove a write-only variable
2011-08-16 Anton Khirnovavconv: remove pointless parameter from new_*_stream().
2011-08-16 Anton Khirnovavconv: cosmetics, move code
2011-08-16 Anton Khirnovavconv: cosmetics -- move copy_chapters().
2011-08-16 Anton Khirnovavconv: cosmetics -- move parse_forced_key_frames().
2011-08-16 Anton Khirnovlavc: add audio flag to the 'b' option, deprecate ...
2011-08-16 Anton Khirnovavconv: rename sameq to same_quant
2011-08-16 Anton Khirnovdoc/avconv: add forgotten end of chapter.
2011-08-16 Anton KhirnovChangelog: document avconv incompatibilities with ffmpeg.
2011-08-16 Anton Khirnovavconv: replace -vcodec/-acodec/-scodec with a better...
2011-08-16 Anton Khirnovavconv: remove presets.
2011-08-15 Dustin Brodysvq3: propagate codec memory allocation failure in...
2011-08-15 Dave YeoFix NASM include directive
2011-08-15 Alex Conversedsputil_mmx: Honor HAVE_AMD3DNOW
2011-08-15 Anton Khirnovlavf,lavd: remove all usage of AVFormatParameters from...
2011-08-15 Anton Khirnovjack: add 'channels' private option.
2011-08-15 Reimar DöffingerVC-1: fix reading of custom PAR.
2011-08-15 Kostya ShishkovRemove redundant and dubious video codec detection...
2011-08-15 Dustin Brodympeg12: remove repeat-field code disabled since May...
2011-08-15 Michael Niedermayerpatch checklist: suggest fate instead of regression...
2011-08-15 KostyaTurn on resampling on sudden size change instead of...
2011-08-15 Kostyaavtools: reinitialise filter chain when input video...
2011-08-14 Nathan Caldwellaacenc: Fix number of coefficients used in a LFE channel.
2011-08-14 Nathan Caldwellaacenc: Fix a segfault with grouped psymodel.
2011-08-12 Luca Barbatoswscale: add dithering to yuv2yuvX_altivec_real
2011-08-12 Kostya Shishkovrv34: free+allocate buffer instead of reallocating...
2011-08-12 Ronald S. Bultjeh264: add missing brackets.
2011-08-12 Ronald S. Bultjeswscale: use 15-bit intermediates for 9/10-bit scaling.
2011-08-12 Ronald S. BultjeMove x86util.asm from libavcodec/ to libavutil/.
next