16 Commits (25f613f8be3b51e4396b93cda131e4631ba54302)

Author SHA1 Message Date
  Florent Le Coz 2e0935965b Drop the unofficial extension prefix for MPEG and MPEG-TS formats 10 years ago
  Derek Buitenhuis 722554788b Add raw HEVC muxer 11 years ago
  Clément Bœsch 7308439158 lavf: Don't explicitly flush after each written packet in muxers 12 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
  Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
  Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
  Diego Biurrun 2ef15b46e4 avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmetics 13 years ago
  Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
  Justin Ruggles 779ef255e6 adx: add an adx muxer 13 years ago
  Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Anton Khirnov b7f2fdde74 avio: rename put_flush_packet -> avio_flush 14 years ago
  Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
  Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
  Martin Storsjö 9013560f13 Add a muxer and demuxer for raw G.722 14 years ago
  Aurelien Jacobs 4ca31edcfe split raw.c into rawdec.c and rawenc.c 14 years ago
  Aurelien Jacobs 92aa28d292 move raw video demuxer to its own file 14 years ago
  Aurelien Jacobs f1714d5846 move pcm muxers to their own file 14 years ago
  Aurelien Jacobs e94204dfd8 move pcm demuxers to their own file 14 years ago
  Aurelien Jacobs 4bc16e83a7 simplify code by using the AV_NE() macro 14 years ago
  Aurelien Jacobs 8f3890404c move null muxer to its own file 14 years ago
  Aurelien Jacobs 1ac301cad8 cleanup includes which are not used anymore in raw.c 14 years ago
  Aurelien Jacobs 9e0d82418b move ac3/eac3 demuxer to its own file 14 years ago
  Aurelien Jacobs 66e35c5fc6 move dnxhd demuxer to its own file 14 years ago
  Aurelien Jacobs 170a250f7d move dirac demuxer to its own file 14 years ago
  Aurelien Jacobs 99392a6111 move h261 demuxer to its own file 14 years ago
  Aurelien Jacobs b30593c7db move h263 demuxer to its own file 14 years ago
  Aurelien Jacobs 9243ed3f91 move h264 demuxer to its own file 14 years ago
  Aurelien Jacobs e35070582e move m4v demuxer to its own file 14 years ago
  Aurelien Jacobs c3ed4b2d38 move cavsvideo demuxer to its own file 14 years ago
  Aurelien Jacobs 8c51530fa1 move mpegvideo demuxer to its own file 14 years ago
  Aurelien Jacobs b47a5a954a move ingenient demuxer to its own file 14 years ago
  Aurelien Jacobs 6d0678d182 move DTS demuxer to its own file 14 years ago
  Aurelien Jacobs 85a2aada90 simplify code by using the AV_NE() macro 14 years ago
  Aurelien Jacobs 54a73bb57f move id roq muxer to its own file 14 years ago
  Aurelien Jacobs 49824cb66a move ADTS AAC demuxer to its own file 14 years ago
  Måns Rullgård 8a0f61c4fb Remove duplicate initialiser for cavsvideo_muxer.extensions 15 years ago
  Stefan Gehrer de29597680 add Chinese AVS encoding via external library libxavs 15 years ago
  Aurelien Jacobs ba2c508d0c add SubRip muxer and demuxer 15 years ago
  Michael Niedermayer 57eb217ac4 Improve h263_probe() 15 years ago
  Michael Karcher 3a1350e8d9 Generalize ID3v2 functions to support ID3v2-like ID headers with a 15 years ago
  Michael Niedermayer 1c1697117d Fix raw vc1 decoding - this is supposed to break FATE. 15 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
  Reimar Döffinger 4130f7393b Reindent 15 years ago
  Reimar Döffinger 3adcfbbeb5 Optimize h261_probe function, since it is far slower than all others. 15 years ago
  Michael Niedermayer 0cd55b0c18 Add CODEC_ID_DNXHD into the 25 fps case. 15 years ago
  Michael Niedermayer b68a7679f9 Raise threshold of h263 probe by 1 to avoid misdetection. 15 years ago
  Michael Niedermayer f76eef99a2 Add out commented av_log to debug h263_probe. 15 years ago
  Carl Eugen Hoyos 0f87b77176 Use enum instead of integer types where appropriate. 15 years ago
  Daniel Verkamp 79c0790789 Fix pcm_read_seek () when the position it calculates is greater than 2 GB. 15 years ago