Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-11lavf: extend the avi raw hack to movMichael Niedermayer
2012-05-11lavf: print a matching tag in case of code tag validation failureMichael Niedermayer
2012-05-11mpegtsenc: fix 10l typo, wrong streamMichael Niedermayer
2012-05-11mpegtsenc: check max_delay in write_packet_internal().Michael Niedermayer
2012-05-11mpegtsenc: fix delay typeMichael Niedermayer
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-10omadec: Check geob datasize more completelyMichael Niedermayer
2012-05-10rtmp: Implement check bandwidth notification.Samuel Pitoiset
2012-05-10rtmp: Support 'rtmp_swfurl', an option which specifies the URL of the SWF pla...Samuel Pitoiset
2012-05-10rtmp: Support 'rtmp_flashver', an option which overrides the version of the F...Samuel Pitoiset
2012-05-10rtmp: Support 'rtmp_tcurl', an option which overrides the URL of the target s...Samuel Pitoiset
2012-05-10cdg: fix ptsMichael Niedermayer
2012-05-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-10sctp: be consistent with socket option levelSean McGovern
2012-05-10mov: make one comment slightly more specificDiego Biurrun
2012-05-09sctp: Initial tcp-alike sctp support with streamsLuca Barbato
2012-05-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-08options_table: Add some missing #includes to fix "make checkheaders".Alex Converse
2012-05-08rtsp: Add content-type message header parsingJordi Ortiz
2012-05-08yuv4mpeg: support 9/10/16 bit pixel formatsJean First
2012-05-08rtmp: Support 'rtmp_live', an option which specifies if the media is a live s...Samuel Pitoiset
2012-05-08Support yuva422p rawvideo in nut.Carl Eugen Hoyos
2012-05-08Add Avid Meridien (AVUI) decoder.Carl Eugen Hoyos
2012-05-08mp3demux: fix id3 discard codeMichael Niedermayer
2012-05-08mp3demux: fix off by 1 errorMichael Niedermayer
2012-05-08dv: Split profile handling code into a separate file.Diego Biurrun
2012-05-08movenc: store codecs that dont provide a frame_size as audio_vbr=1Michael Niedermayer
2012-05-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-07flvenc: use AVFormatContext, not AVCodecContext for logging.Anton Khirnov
2012-05-07mov: Remove write-only variable in mov_read_chan().Diego Biurrun
2012-05-07mp3enc: avoid ifdefMichael Niedermayer
2012-05-07mp3enc: Fix Xing tag identification string for CBR filesTobias Rapp
2012-05-07lavf: add missing '*' in a doxy.Anton Khirnov
2012-05-07build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line.Diego Biurrun
2012-05-07ffm: disable adjust_write_index()Michael Niedermayer
2012-05-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-06Mark a number of variables only used in av_dlog() calls as av_unused.Diego Biurrun
2012-05-06mpegmux: add stuffing to avoid incomplete PCM framesJanne Grunau
2012-05-06rtsp: avoid const warnings from strtol() callMans Rullgard
2012-05-06oggparsevorbis.c: Check for OOM when using av_mallocz.Carl Eugen Hoyos
2012-05-05rtpdec_h264: Add missing newlines to av_log callsMartin Storsjö
2012-05-05rtpdec_h264: Free old extradata before clearing the pointerMartin Storsjö
2012-05-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-05rtpdec_h264: Reorder code blocksMartin Storsjö
2012-05-05rtpdec_h264: Make start_sequence a static const arrayMartin Storsjö
2012-05-05rtpdec_h264: Cleanup debug packet type countingMartin Storsjö
2012-05-05rtpdec_h264: Cosmetic cleanupMartin Storsjö
2012-05-05rtpdec_h264: Clean up commentsMartin Storsjö
2012-05-05rtpdec_h264: Convert commented out code into setting an unused variableMartin Storsjö
2012-05-05Skip padding bytes after reading musepack8 header.Carl Eugen Hoyos