summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: indentationAurelien Jacobs2007-06-041-15/+15
* add support for real audio in matroskaAurelien Jacobs2007-06-042-0/+90
* fix an infinite loop in case one cluster is not enough to demux a packetAurelien Jacobs2007-06-041-1/+2
* split some common code from the mkv demuxer that will be useful to the muxerDavid Conrad2007-06-044-2790/+2842
* Wording improvements for the previous commit.Víctor Paesa2007-06-041-3/+3
* TyposRamiro Polla2007-06-041-8/+8
* Doxygenize av_init_packetRamiro Polla2007-06-041-1/+5
* Export av_init_packetRamiro Polla2007-06-042-10/+12
* harmless typoMichael Niedermayer2007-06-041-1/+1
* fix indentionMichael Niedermayer2007-06-041-8/+7
* remove duplicate PAT scaning code and actual PAT scanMichael Niedermayer2007-06-041-57/+2
* unused variablesMichael Niedermayer2007-06-041-2/+1
* dont rescan for information on each pid, but rather do it just once byMichael Niedermayer2007-06-041-26/+14
* move structs and enums to top of file so they can be usedMichael Niedermayer2007-06-041-28/+28
* passing MpegTSFilter to the filters instead of a random void *opaqueMichael Niedermayer2007-06-041-25/+18
* extending video4linux support to handle the additional formats UYVY, YUYV and...Marc Hoffman2007-06-041-0/+3
* convert if then else video palette to pix_fmt construct to simpiler table bas...Marc Hoffman2007-06-041-47/+37
* do not perform SDT scan at the begin (this avoids a timeconsuming search forMichael Niedermayer2007-06-041-18/+1
* make new_service() update existing info sanelyMichael Niedermayer2007-06-041-7/+19
* remove fake service/provider names used for PATMichael Niedermayer2007-06-041-12/+1
* fix error: indeo2.c:202:1: directives may not be used inside a macro argument,Christian Lohmaier2007-06-041-1/+3
* IndentationBenoit Fouet2007-06-041-36/+36
* Codebook generator using the ELBG algorithmVitor Sessak2007-06-043-0/+467
* readability cosmeticsDiego Biurrun2007-06-031-0/+1
* cosmetics remove struct name with typedefBaptiste Coudurier2007-06-031-11/+11
* remove unused EssenceContainerDataBaptiste Coudurier2007-06-031-7/+0
* skip no more needed on errorBaptiste Coudurier2007-06-031-8/+8
* remove duplicate entry since now we ignore version byteBaptiste Coudurier2007-06-031-1/+0
* typoBaptiste Coudurier2007-06-031-1/+1
* set pkt posBaptiste Coudurier2007-06-031-0/+1
* remove now useless sync keyBaptiste Coudurier2007-06-031-4/+0
* no need to seek on specific key anymore, since klv_read_packet will sync, tes...Baptiste Coudurier2007-06-031-6/+0
* do not print error message when klv_read_packet failsBaptiste Coudurier2007-06-031-6/+2
* sync to mxf klv key before trying to read klv packetBaptiste Coudurier2007-06-031-15/+19
* match uids indenpendantly of the version byteBaptiste Coudurier2007-06-031-2/+16
* cosmetics, reorder and classify uidsBaptiste Coudurier2007-06-031-8/+16
* h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezAT...Luca Barbato2007-06-031-0/+77
* Add support for Cell (requires gcc-4.2 or patches)Luca Barbato2007-06-031-0/+5
* filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), s...Andreas Öman2007-06-031-2/+5
* get rid of if(1)Michael Niedermayer2007-06-021-2/+0
* get rid of one layer of callback obfuscationMichael Niedermayer2007-06-021-16/+4
* kill completely idiotic code which hides all but 2 streamsMichael Niedermayer2007-06-021-6/+4
* Add FAQ entry for video joining.Víctor Paesa2007-06-021-0/+57
* correct implementation of "try with auto_guess if first detection fails"Michael Niedermayer2007-06-021-2/+2
* revert r4802 (try with auto_guess if first detection fails)Michael Niedermayer2007-06-021-10/+2
* split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibl...Michael Niedermayer2007-06-021-10/+21
* Rename aac_decoder to libfaad_decoder for consistency and to be able toDiego Biurrun2007-06-024-4/+4
* Rename faac_encoder to libfaac_encoder for consistency and to be able toDiego Biurrun2007-06-024-5/+5
* Remove get_byte wrapperRamiro Polla2007-06-021-9/+7
* Use AV_xx throughout libavcodecRamiro Polla2007-06-0228-157/+79
OpenPOWER on IntegriCloud