summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* WTV: Add ff_ prefix to the moved fields.zhentan feng2011-05-01
* WTV:move the common variable used by wtvdec.c and wtvenc.c to a new file wtv....zhentan feng2011-05-01
* rename wtv.c to wtvdec.czhentan feng2011-05-01
* Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-01
|\
| * AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-04-30
| * Move ff_dynarray_add to lavu and make it public.Anton Khirnov2011-04-29
| * lavf: remove duplicate assignment in avformat_alloc_context.Anton Khirnov2011-04-29
| * lavf: use designated initializers for AVClasses.Anton Khirnov2011-04-29
* | Do not drop packets with no valid ->pos set as e.g. DV-in-AVI produces.Reimar Döffinger2011-04-30
* | AVIDEC: use_odmc demuxer specific option. (mostly an exmaple for demuxer spec...Michael Niedermayer2011-04-30
* | LAVFAPI: demuxer specific options.Michael Niedermayer2011-04-30
* | output_example: use avformat_alloc_output_context()Michael Niedermayer2011-04-30
* | LAVFAPI: avformat_alloc_output_context() / simplify usage of muxers.Michael Niedermayer2011-04-30
* | LAVF API: remove AVOutputFormat.set_parameters() the field is unused.Michael Niedermayer2011-04-30
* | Read the album_artist, grouping and lyrics metadata.Reimar Döffinger2011-04-30
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-30
|\ \
| * | lavf: inspect more frames for fps when container time base is coarseAnssi Hannula2011-04-29
| * | Remove some disabled printf debug cruft.Diego Biurrun2011-04-29
| * | Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun2011-04-29
| |/
* | Revert "Fix url_fopen() flag values."Michael Niedermayer2011-04-29
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-29
|\|
| * avio: Fix the deprecated fallback URL-prefixed open flagsMartin Storsjö2011-04-28
| * network: Check POLLERR and POLLHUP in ff_network_wait_fdGil Pedersen2011-04-28
| * mpegtsenc: make PMT PID really start on pmt_start_pidAnton Khirnov2011-04-28
| * nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-04-28
* | Fix url_fopen() flag values.Michael Niedermayer2011-04-28
* | Read channel layout atom in mov files.Carl Eugen Hoyos2011-04-28
* | Clarify warning messages.Carl Eugen Hoyos2011-04-28
* | Move channel chunk reading function to isom.c.Carl Eugen Hoyos2011-04-28
* | Fix caf channel layouts ITU_2_2 and DVD_6.Carl Eugen Hoyos2011-04-28
* | Revert "Eliminate pointless '#if 1' statements without matching '#else'."Michael Niedermayer2011-04-27
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-27
|\|
| * Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-26
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-26
|\|
| * read AVI palette from the end of extradataKostya Shishkov2011-04-24
* | Set start_time to 0 for raw audio files.Reimar Döffinger2011-04-25
* | Do not set non_interleaved for DV-in-AVI.Reimar Döffinger2011-04-25
* | Set channel layout for 4 and 5.1 channel cdata audio filesPeter Ross2011-04-25
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-25
|\|
| * applehttp: Don't export variant_bitrate if it isn't knownMartin Storsjö2011-04-24
| * crypto: Use av_freep instead of av_freeMartin Storsjö2011-04-24
| * oggdec: reindent after 8f3eebd6Clément Bœsch2011-04-24
* | Support fourcc MMJP.Carl Eugen Hoyos2011-04-25
* | Support fourcc XVIX.Carl Eugen Hoyos2011-04-25
* | Support fourcc M263.Carl Eugen Hoyos2011-04-25
* | Support fourcc auv2.ami_stuff2011-04-25
* | avi: try to synchronize the points in time of the starts of streams after see...Michael Niedermayer2011-04-24
* | Add flag to force demuxers to sort more strictly by dts.Michael Niedermayer2011-04-24
* | Fix some passing argument from incompatible pointer type warnings.Michael Niedermayer2011-04-24