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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-04lavf: Do not compute the packet duration based on the bitrate if the frame_si...Michael Niedermayer
2012-03-04lavf: factor out determinable_frame_size()Michael Niedermayer
2012-03-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-04tiertexseq: set correct block_align for audioJustin Ruggles
2012-03-04tiertexseq: set audio stream start time to 0Justin Ruggles
2012-03-04voc/avs: Do not change the sample rate mid-stream.Justin Ruggles
2012-03-04segafilm: use the sample rate as the time base for audio streamsJustin Ruggles
2012-03-04ea: fix audio ptsJustin Ruggles
2012-03-04psx-str: fix audio ptsJustin Ruggles
2012-03-04vqf: set packet durationJustin Ruggles
2012-03-04tta demuxer: set packet durationJustin Ruggles
2012-03-04thp: set audio packet durationsJustin Ruggles
2012-03-04avcodec: add a Vorbis parser to get packet durationJustin Ruggles
2012-03-04mpegts: fix stack array overread in read_sl_header()Michael Niedermayer
2012-03-04mpegts: prevent get_bits64() from reading nonsense at the end.Michael Niedermayer
2012-03-03mpeg-ts: fix handling of size=0 SL headers.Michael Niedermayer
2012-03-03bluray protocolPetri Hintukainen
2012-03-03mpegts: Pad the packet buffer in handle_packet().Alex Converse
2012-03-03mpegts: Do not call read_sl_header() when no bytes remain in the buffer.Alex Converse
2012-03-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-02matroska: check buffer size for RM-style byte reordering.Ronald S. Bultje
2012-03-02rmdec: Honor .RMF tag size rather than assuming 18.Alex Converse
2012-03-02r3d: don't set codec timebase.Anton Khirnov
2012-03-02electronicarts: set timebase for tgv video.Anton Khirnov
2012-03-02electronicarts: parse the framerate for cmv video.Anton Khirnov
2012-03-02ogg: don't set codec timebaseAnton Khirnov
2012-03-02electronicarts: don't set codec timebaseAnton Khirnov
2012-03-02avs: don't set codec timebaseAnton Khirnov
2012-03-02lavf: fix update_initial_durations() so it handles missing durations with the...Michael Niedermayer
2012-03-02mp3dec: Fix reading file size and frames in VBRI headersIngo Brückl
2012-03-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-02rmdec: adjust printf format string specifier to fix warningDiego Biurrun
2012-03-01rtpenc: Use MB info side data for splitting H263 packets for RFC 2190Martin Storsjö
2012-03-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-01dxa: set audio stream time base using the sample rateJustin Ruggles
2012-03-01psx-str: do not allow seeking by bytesJustin Ruggles
2012-03-01asfdec: Do not set AVCodecContext.frame_sizeJustin Ruggles
2012-03-01vqf: set packet parameters after av_new_packet()Justin Ruggles
2012-02-29rtpenc: Fix setting the max packet sizeMartin Storsjö
2012-02-29Add a minor bump, changelog/APIchanges entry and some documentation for APIC ...Anton Khirnov
2012-02-29mp3enc: write attached pictures (APIC).Anton Khirnov
2012-02-29mp3enc: move mp3_write_xing() further up in the file.Anton Khirnov
2012-02-29id3v2enc: add a function for writing attached pictures.Anton Khirnov
2012-02-29id3v2enc: fix writing frame sizes for ID3v2.3Anton Khirnov
2012-02-29id3v2enc: split ff_id3v2_write().Anton Khirnov
2012-02-29id3v2enc: make id3v2_put_size take only an AVIOContext.Anton Khirnov
2012-02-29id3v2: remove unused ff_id3v2_read().Anton Khirnov
2012-02-29lavf: export id3v2 attached pictures as streams.Anton Khirnov
2012-02-29lavf: generic code for exporting attached pictures.Anton Khirnov
2012-02-29id3v2: read attached pictures and export them in ID3v2ExtraMeta.Anton Khirnov