]> git.sesse.net Git - ffmpeg/history - libavformat
aac: fix adts frame size mask, fix demuxer probing for some files.
[ffmpeg] / libavformat /
2011-06-08 Baptiste Coudurieraac: fix adts frame size mask, fix demuxer probing...
2011-06-08 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-08 Etienne Buiracrypto: fix potential double free
2011-06-07 Diego BiurrunRemove some non-compiling debug messages.
2011-06-07 Diego BiurrunReplace some av_log/printf + #ifdef combinations by...
2011-06-07 Diego BiurrunReplace some nonstandard DEBUG_* preprocessor directive...
2011-06-07 Diego BiurrunReplace some printf instances in debug code by av_log.
2011-06-07 Diego BiurrunDrop unnecessary directory prefixes from #include direc...
2011-06-07 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-06 Luca Barbatoflvenc: propagate error properly
2011-06-06 Anton Khirnovlavf: deprecate AVFormatParameters.time_base.
2011-06-06 Anton Khirnovimg2: add framerate private option.
2011-06-06 Anton Khirnovimg2: add video_size private option.
2011-06-06 Anton Khirnovimg2: add pixel_format private option.
2011-06-06 Anton Khirnovtty: add framerate private option.
2011-06-06 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-05 Stefano Sabatinilavf: remove reference to output-example in Makefile
2011-06-05 Anton Khirnovlavf,lavc: free avoptions in a generic way.
2011-06-05 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-04 Anton Khirnovtty: factorise returning error codes.
2011-06-04 Anton Khirnovrawdec: add framerate private option.
2011-06-04 Diego BiurrunAdd missing #includes to make headers self-contained.
2011-06-04 Michael Niedermayerudp: support old, crappy non pthread mode
2011-06-04 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-03 Michael Niedermayeroggdec: fix Ticket185
2011-06-03 JULIAN GARDNERudp: fix indention
2011-06-03 Michael Niedermayerwav: update size check for ds64
2011-06-03 Philip de Nierwav: fix skip size at end of ds64 chunk
2011-06-03 Diego Biurrunmpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combina...
2011-06-03 Mans RullgardMark some variables with av_unused
2011-06-03 Anton Khirnovrawdec: initialize return value to 0.
2011-06-03 Anton Khirnovrawdec: don't leak option strings.
2011-06-03 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-02 Diego BiurrunReplace custom DEBUG preprocessor trickery by the stand...
2011-06-02 Diego BiurrunReplace custom debug output functions by av_dlog().
2011-06-02 Diego BiurrunRemove stray extra arguments from av_dlog() invocations.
2011-06-02 Mans Rullgardoma: check avio_read() return value
2011-06-02 Mans Rullgardnutdec: remove unused variable
2011-06-02 Mans RullgardRemove unused variables
2011-06-02 Clément BœschFix various uninitialized variable warnings
2011-06-02 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-06-01 Reimar DöffingerSimplify code and avoid compiler warning about incompat...
2011-06-01 Stefano Sabatinilavf: tag dump_format() as @deprecated
2011-06-01 Stefano Sabatiniyuv4mpeg: complain and exit if a non-rawvideo stream...
2011-05-31 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-05-31 Diego BiurrunEmploy correct printf format specifiers, mostly in...
2011-05-31 Gil Pedersenimproved 'edts' atom writing support
2011-05-31 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-05-30 Tomas Härdinwav: Don't avio_seek() if we know we'll run into EOF
2011-05-30 Stefano Sabatiniexamples: move API examples to a dedicated dir in doc
2011-05-30 Michael NiedermayerTCP: change default timeout to 5sec
2011-05-30 Michael NiedermayerRevert "Timeout TCP open() after 5 seconds."
2011-05-29 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-05-29 Clément BœschFix various unused variable warnings
2011-05-29 Clément BœschFix various bad printf format warnings
2011-05-29 Michael NiedermayerMerge remote-tracking branch 'qatar/master' into master
2011-05-28 Stefano Sabatiniiff: remove duplicated file description
2011-05-28 Alok Ahujawebm: support stereo videos in matroska/webm muxer
2011-05-28 Kieran KunhyaExport PCR pid
2011-05-28 Kieran KunhyaExport more transport stream information.
2011-05-28 Kieran KunhyaOutput MPEG-TS stream identifiers.
2011-05-27 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-05-27 Anton Khirnovlavf: deprecate AVFormatParameters.pix_fmt.
2011-05-27 Anton Khirnovrawdec: add a pixel_format private option.
2011-05-27 Martin Storsjömovenc: Deprecate the global RTP hinting flag, use...
2011-05-27 Martin Storsjömovenc: Add an AVClass for setting muxer specific options
2011-05-27 Luca Barbatotcp: make connect() timeout properly
2011-05-27 Anton Khirnovrawdec: factor video demuxer definitions into a macro.
2011-05-27 Anton Khirnovrtspdec: add initial_pause private option.
2011-05-27 Anton Khirnovlavf: deprecate AVFormatParameters.width/height.
2011-05-27 Anton Khirnovtty: add video_size private option.
2011-05-27 Anton Khirnovrawdec: add video_size private option.
2011-05-27 Tomas HärdinAdd metadata conversion table to the wav demuxer
2011-05-27 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-05-26 Alex Converseid3v2: Check malloc result. ID3v2 tags can be very...
2011-05-26 Alex Converseid3v2: Initialize tflags for version 2.2.
2011-05-26 James Zernmuxers: Add a flag to mark muxers that allow (non stric...
2011-05-26 Anton Khirnovlavf: initialize demuxer private options.
2011-05-26 Diego BiurrunMark parameterless function declarations as 'void'.
2011-05-26 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-05-25 Alex Converseavformat: Add fpsprobesize as an AVOption.
2011-05-25 Martin Storsjörtmp: Reindent
2011-05-25 Martin Storsjörtmp: Don't try to do av_malloc(0)
2011-05-25 Anton Khirnovtty: replace AVFormatParameters.sample_rate abuse with...
2011-05-25 John StebbinsFix end time of last chapter in compute_chapters_end
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.channel.
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.standard.
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.{channels,sample_rate}.
2011-05-25 Anton Khirnovrawdec: add sample_rate/channels private options.
2011-05-25 Anton Khirnovlavf: deprecate AVFormatParameters.mpeg2ts_raw.
2011-05-25 Anton Khirnovmpegts: add compute_pcr option.
2011-05-25 Anton Khirnovlavf: add priv_class field to AVInputFormat.
2011-05-25 Reuben ThomasAdd reading of disc number to mov.c
2011-05-25 John StebbinsFix end time of last chapter in compute_chapters_end().
2011-05-25 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2011-05-24 Aurelien Jacobsmatroska: improve declaration of video_stereo_* constan...
2011-05-24 Aurelien Jacobsmatroskadec: fix reverted condition to accept combine_p...
2011-05-24 Ilyartsp: use strtoul to parse rtptime and seq values.
2011-05-24 Carl Eugen Hoyosape: Allow demuxing of files with metadata tags.
2011-05-24 Stefano Sabatiniwav: fix various printf warnings related to wrong argum...
next