294 Commits (c6959918f6ce82ae9a4a60af869f63ffa43f596d)

Author SHA1 Message Date
Paul B Mahol a688176535 avformat/flvdec: use avpriv_request_sample() 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Luca Barbato c951e4b442 flv: Make onTextData parsing robust 11 years ago
Luca Barbato 0a9425d7cf flv: Do not export datastream as metadata 11 years ago
Luca Barbato f4634ae8a8 flv: Fix the help string 11 years ago
Michael Niedermayer 61a28d00e8 flvdec: silence unused warning 11 years ago
Diego Biurrun f900f35ac8 flvdec: Eliminate completely silly goto 11 years ago
Diego Biurrun e4529df944 flvdec: K&R formatting cosmetics 11 years ago
Diego Biurrun 390b4d7088 flvdec: Fix = vs. == typo in sample rate check 11 years ago
Diego Biurrun 6ff15cd569 Remove unreachable returns 11 years ago
Carl Eugen Hoyos 0915b531bc Rename "AVClass class" as "AVClass component_class". 12 years ago
Atli Thorbjornsson f3c51215ce flvdec: Fix mistakenly discarding metadata at dts==0 12 years ago
Carl Eugen Hoyos fe1de12faf Remove two anonymous arrays. 12 years ago
Michael Niedermayer 83e2217221 flvdec: fix seeking in audio only files 12 years ago
Justin Ruggles e46a2a7309 flvdec: read audio sample size and channels metadata 12 years ago
Justin Ruggles c3d0157753 flvdec: use the correct audio codec id when parsing metadata 12 years ago
Martin Storsjö c5a738ca4e flvdec: Check the return value of a malloc 12 years ago
Martin Storsjö c91c63b538 flvdec: Don't read the VP6 header byte when setting codec type based on metadata 12 years ago
Carl Eugen Hoyos 6a50e8a190 Do not change codec in flv streams if the user has forced a codec. 12 years ago
Michael Niedermayer f96a653184 flvdec: disable hack that attempts to parse aac bitstream in the flv demuxer. 12 years ago
Justin Ruggles 644d8d2e5a flvdec: set channel layout 12 years ago
Paul B Mahol d7d5b5dfc1 flvdec: check return value of create_stream() 12 years ago
Anton Khirnov ee0dadc109 flvdec: always set AVFMTCTX_NOHEADER. 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Michael Niedermayer 4654bf44a7 flvdec: fix creation of lots of phantom data streams 12 years ago
Roman Arutyunyan c0daa73a0f fix flv new stream handling after head already parsed 12 years ago
Michael Niedermayer d7587ba1c6 flvdec: remove duplicate return 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer 231ffb9243 flvdec: follow packets backward until a valid last timestamp is found 12 years ago
Michael Niedermayer 71a5cd7dbc flvdec: perform duration search just once 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Luca Barbato 41f43202cf flvdec: remove spurious use of stream id 12 years ago
Martin Storsjö e43f56b205 flvdec: Treat all nellymoser versions as the same codec 13 years ago
Luca Barbato 5b54a90c8b flvdec: optionally trust the metadata 13 years ago
Luca Barbato 09a445ce34 flvdec: initial stream switch support 13 years ago
Damien Fetis b92c7ee662 flv: add support for G.711 13 years ago
Ronald S. Bultje 8703f0140f flvdec: remove incomplete, disabled seeking code 13 years ago
Luca Barbato 21e2dc9fb7 flv: support stream text data as onTextData 13 years ago
Martin Storsjö 1e8561e369 flvdec: Make sure sample_rate is set to the updated value 13 years ago
Michael Niedermayer faa2930f19 flvdec: reenable extradata passing code 13 years ago
Reimar Döffinger 20044cd9a9 flvdec: pass on proper error value. 13 years ago
Reimar Döffinger 8f63f241d4 Remove some useless code that duplicates av_get_packet. 13 years ago
Michael Niedermayer c4ce870967 flvdec: allocate large enough buffer so get_bits() doesnt overread 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Clément Bœsch 9dd649c004 flv: clarify use of video info/cmd frame. 13 years ago
Michael Niedermayer e60bdb7e5c flvdec: Remove the now redundant check for known broken metadata creator 13 years ago
Martin Storsjö 7e297a46db flvdec: Validate index entries added from metadata while reading 13 years ago
Michael Niedermayer 1e44dda825 flvdec: fix "libavformat/flvdec.c:195:29: warning: variable size1 set but not used" 13 years ago
Martin Storsjö b70f04c261 flvdec: Ignore the index if the ignidx flag is set 13 years ago
Martin Storsjö 0a7ce3caa8 flvdec: Fix indentation 13 years ago