summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* replace remaining usage of deprecated av_metadata_set2() by av_dict_set()Aurelien Jacobs2011-06-135-13/+13
* matroskaenc: write colourspace element for rawvideo tracksAurelien Jacobs2011-06-131-0/+3
* nsv: simplify probe functionAurelien Jacobs2011-06-131-16/+10
* nsv: return error code instead of discarding it in read_header()Aurelien Jacobs2011-06-131-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-1120-98/+112
|\
| * Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun2011-06-107-85/+36
| * adts: Adjust frame size mask to follow the specification.Kieran Kunhya2011-06-101-1/+1
| * movenc: Add RTP muxer/hinter optionsMartin Storsjö2011-06-103-1/+4
| * movenc: Pass the RTP AVFormatContext to the SDP generationMartin Storsjö2011-06-101-3/+3
| * rtspenc: Add RTP muxer optionsMartin Storsjö2011-06-103-1/+8
| * rtspenc: Add an AVClass for setting muxer specific optionsMartin Storsjö2011-06-101-0/+13
| * rtpenc_chain: Pass the rtpflags options through to the chained muxerMartin Storsjö2011-06-101-0/+8
| * rtpenc: Declare the rtp flags private AVOptions in rtpenc.hMartin Storsjö2011-06-102-2/+5
| * sdp: Reindent after the previous commitMartin Storsjö2011-06-101-18/+18
| * rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez2011-06-106-2/+166
| * sdp: Allow passing an AVFormatContext to the SDP generationMartin Storsjö2011-06-103-7/+10
| * mov: Fix wrong timestamp generation for fragmented movies that have time offs...Yusuke Nakamura2011-06-101-4/+5
* | Extract rotation in MOV metadataDave Badia2011-06-101-0/+4
* | lavf: bump minor after the addition of fps_probe_size to AVFormatContextStefano Sabatini2011-06-101-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-102-0/+15
|\ \ | |/
| * lavf: make compute_pkt_fields2() return meaningful error valuesStefano Sabatini2011-06-091-3/+3
| * matroskadec: set timestamps for RealAudio packets.Reimar Döffinger2011-06-091-0/+8
| * movdec: Add support for the 'wfex' atom.Alex Converse2011-06-091-0/+14
| * riff: Fix potential memleak.Alex Converse2011-06-091-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-0953-304/+282
|\ \ | |/
| * crypto: Use av_freep instead of av_freeEtienne Buira2011-06-081-2/+2
| * lavf: don't try to free private options if priv_data is NULL.Anton Khirnov2011-06-081-1/+1
| * options: Add missing braces around struct initializer.Diego Biurrun2011-06-081-1/+1
| * mov: Remove leftover crufty debug statement with references to a local file.Diego Biurrun2011-06-081-3/+0
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-0852-191/+233
| * Move metadata API from lavf to lavu.Anton Khirnov2011-06-083-111/+50
* | crypto: Use av_freep instead of av_freeEtienne Buira2011-06-091-2/+2
* | Revert "crypto: fix potential double free"Michael Niedermayer2011-06-091-2/+4
* | aac: fix adts frame size mask, fix demuxer probing for some files.Baptiste Coudurier2011-06-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-085-21/+9
|\ \ | |/
| * Remove some non-compiling debug messages.Diego Biurrun2011-06-081-3/+0
| * Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun2011-06-071-6/+3
| * Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.Diego Biurrun2011-06-071-7/+0
| * Replace some printf instances in debug code by av_log.Diego Biurrun2011-06-072-4/+5
| * Drop unnecessary directory prefixes from #include directives.Diego Biurrun2011-06-071-1/+1
* | crypto: fix potential double freeEtienne Buira2011-06-081-4/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-074-19/+71
|\ \ | |/
| * flvenc: propagate error properlyLuca Barbato2011-06-061-1/+1
| * lavf: deprecate AVFormatParameters.time_base.Anton Khirnov2011-06-061-1/+1
| * img2: add framerate private option.Anton Khirnov2011-06-061-5/+10
| * img2: add video_size private option.Anton Khirnov2011-06-061-4/+16
| * img2: add pixel_format private option.Anton Khirnov2011-06-061-2/+33
| * tty: add framerate private option.Anton Khirnov2011-06-061-6/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-063-6/+6
|\ \ | |/
| * lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-053-6/+6