aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Use avio_tell() instead of url_ftell()Tomas Härdin2011-05-181-1/+1
* cleaned up the udp.c, removed some variables and an av_logJULIAN GARDNER2011-05-181-3/+0
* id3v2: prevent unsigned integer overflow in ff_id3v2_parse()Stefano Sabatini2011-05-181-0/+2
* id3v2: add @file doxy and link to format documentationStefano Sabatini2011-05-181-1/+8
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-184-17/+26
|\
| * lavf: remove duplicate assignment in avformat_alloc_context.Anton Khirnov2011-05-171-1/+0
| * lavf: use designated initializers for AVClasses.Anton Khirnov2011-05-177-14/+34
| * flvdec: clenup debug codeAlex Converse2011-05-171-2/+2
| * asfdec: fix possible overread on broken files.Uoti Urpala2011-05-171-1/+4
| * asfdec: do not fall back to binary/generic searchVladimir Pantelic2011-05-173-2/+7
| * asfdec: reindent after previous commit c7bd5edVladimir Pantelic2011-05-171-7/+7
| * asfdec: fallback to binary search internallyVladimir Pantelic2011-05-171-7/+8
| * movenc: always write esds descriptor length using 4 bytes.Baptiste Coudurier2011-05-131-11/+3
* | Make sure neither data_size nor sample_count is negativeTomas Härdin2011-05-171-0/+6
* | Refactor the 'fmt ' tag search and parsingTomas Härdin2011-05-171-18/+39
* | Ogg demuxer: give meaningful error codes and warnings.Nicolas George2011-05-171-19/+27
* | Add some forgotten const to function arguments in libavfilter & libavformat.Michael Niedermayer2011-05-172-3/+3
* | Write channel_layout for multichannel aif files.Carl Eugen Hoyos2011-05-172-1/+8
* | Fix ff_mov_write_chan() so it can be used by other muxers.Carl Eugen Hoyos2011-05-173-12/+7
* | Fix some mov files with little endian audio (tickets 201 - 203).Carl Eugen Hoyos2011-05-171-1/+1
* | iff/8svx: redesign 8SVX demuxing and decoding for handling stereo samples cor...Stefano Sabatini2011-05-171-36/+4
* | iff: compact code setting metadata tagsStefano Sabatini2011-05-171-15/+4
* | iff: fix bitrate computation for compressed audio streamStefano Sabatini2011-05-171-1/+1
* | iff: distinguish fields for audio and video compressionStefano Sabatini2011-05-171-10/+12
* | Bump minor after adding a caf muxer.Carl Eugen Hoyos2011-05-161-2/+2
* | 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