aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Initial caf muxer.Carl Eugen Hoyos2011-05-155-1/+215
* Support decoding of amr_nb and gsm in caf.Carl Eugen Hoyos2011-05-151-0/+2
* udp: remove resource.h inclusion, it breaks mingw compilation.Michael Niedermayer2011-05-151-1/+0
* UDP: dont use thread_t as truth value.Michael Niedermayer2011-05-141-1/+1
* udp: switch custom fifo to libavutil fifo.Michael Niedermayer2011-05-131-52/+17
* udp: use FFMAX&FFMIN.Michael Niedermayer2011-05-131-7/+4
* udp: add a thread into udp.c for receiving data into a circular buffer, this ...JULIAN GARDNER2011-05-131-1/+155
* Merge remote branch 'qatar/master'Michael Niedermayer2011-05-1311-70/+57
|\
| * rtpdec_qdm2: Don't try to parse data packet if no configuration is receivedMartin Storsjö2011-05-131-0/+2
| * matroskaenc: make sure we don't produce invalid file with no codec IDAurelien Jacobs2011-05-121-0/+4
| * matroskadec: check that pointers were initialized before accessing themAurelien Jacobs2011-05-121-3/+5
| * lavf: fix function name in compute_pkt_fields2 av_dlog messageStefano Sabatini2011-05-121-1/+1
| * lavf: fix av_find_best_stream when providing a wanted stream.Marton Balint2011-05-121-4/+5
| * lavf: fix av_find_best_stream when decoder_ret is given and using a related s...Marton Balint2011-05-121-1/+1
| * mov: Support edit list atom version 1.Yusuke Nakamura2011-05-122-6/+12
| * Cosmetics: fix prototypes in oggdecClément Bœsch2011-05-121-33/+18
| * oggdec: fix memleak with continuous streams.Clément Bœsch2011-05-121-6/+10
| * matroskaenc: add missing new line in av_log() callAurelien Jacobs2011-05-121-1/+1
| * movenc: fix yuv range in avid atoms used by dnxhd.Baptiste Coudurier2011-05-121-1/+1
| * movenc: fix adpcm mono muxing.Alex Converse2011-05-121-0/+1
| * mpegts: do not output known sized packet if an unbounded packet is already qu...Baptiste Coudurier2011-05-121-1/+1
| * configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-126-9/+2
| * nsv: Fix misdetection of MP3 files as NSV.Thierry Foucu2011-05-121-3/+17
| * oggdec: use explicit AVInputFormat struct initializersClément Bœsch2011-05-121-11/+11
| * oggdec: simplify ogg_probeClément Bœsch2011-05-121-5/+2
* | Support Digital Voodoo SD 8 Bit in mov (ticket 195).Carl Eugen Hoyos2011-05-131-0/+1
* | Support R10g in mov.ami_stuff2011-05-131-0/+1
* | Add 5.1 plus stereo-downmix to mov_channel_layout array.Carl Eugen Hoyos2011-05-131-0/+1
* | asfdec: fix assert failure on invalid filesUoti Urpala2011-05-121-0/+4
* | Revert "asfdec: fix assert failure on invalid files"Michael Niedermayer2011-05-121-4/+0
* | If a MP3 file contains the string NSVs, the NSV probe will think it is a NSV ...Thierry Foucu2011-05-121-3/+17
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-124-1/+13
|\|
| * Port SMPTE S302M audio decoder from FFmbc 0.3.Baptiste Coudurier2011-05-111-0/+1
| * rtsp: Only do keepalive using GET_PARAMETER if the server supports itMartin Storsjö2011-05-113-1/+12
* | libavformat/utils: Only consider dvb teletext timestamps for start time when ...Michael Niedermayer2011-05-121-1/+8
* | Add "DAVC" FourCCami_stuff2011-05-111-0/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-111-5/+5
|\|
| * AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-105-28/+28
| * lavf/utils: fix ff_interleave_compare_dts corner case.Vitor Sessak2011-05-101-5/+5
* | Added oggpagesize option for Ogg encoding. Allows setting a preferred page si...Andres Gonzalez2011-05-101-2/+23
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-103-10/+8
|\|
| * mpegtsenc: Clear st->priv_data when freeing itMartin Storsjö2011-05-091-1/+1
| * udp: Fix receiving RTP data over multicastMartin Storsjö2011-05-091-6/+6
| * rtpproto: Remove an unused variableMartin Storsjö2011-05-091-3/+1
* | seeking: Favor pkt->pos for generic index building where possible.Michael Niedermayer2011-05-101-1/+2
* | avienc: Update 2 debug statements to match the current code.Michael Niedermayer2011-05-091-2/+2
* | h264probe: update to latest spec.Michael Niedermayer2011-05-091-1/+1
* | wtvdec: Avoid gmtime_r() it breaks compile on windows.Michael Niedermayer2011-05-091-3/+3
* | wtv: calculate ole date correctly (is seconds since 1899-12-30)Peter Ross2011-05-091-1/+1
* | wtv: detect ole date overflowPeter Ross2011-05-091-5/+13