95 Commits (c5714b51aad41fef56dddac1d542e7fc6b984627)

Author SHA1 Message Date
  Anton Khirnov 6f554521af Use the new AVIOContext destructor. 8 years ago
  Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 9 years ago
  Alexandra Hájková 2dbe2aa2c2 rdt: Convert to the new bitstream reader 9 years ago
  Diego Biurrun 5afb94c817 Mark read-only tables as static 9 years ago
  Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
  Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 11 years ago
  Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
  Martin Storsjö b72b212a4c rdt: Use a separate variable to clarify the different value namespaces 10 years ago
  Martin Storsjö d594dbecce rtpdec: Rename the free method to close 10 years ago
  Martin Storsjö 078d43e23a rtpdec: Free depacketizers if the init function failed 10 years ago
  Martin Storsjö bb4a310bb8 rtpdec: Don't free the payload context in the .free function 10 years ago
  Martin Storsjö 78791c086b rtpdec: Use .init instead of .alloc to set default values 10 years ago
  Hugo Beauzée-Luyssen da7e31a240 rmdec: Check memory allocations from ff_rm_alloc_rmstream() 10 years ago
  Luca Barbato 1c77ead1fb rm: Use the correct codec_data_size signedness 10 years ago
  Nidhi Makhijani 8692e6284f rdt: check malloc calls 11 years ago
  Anton Khirnov feeafb4ada lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from shared objects 11 years ago
  Martin Storsjö d872fb0f7f lavf: Reset the entry count and allocation size variables on av_reallocp failures 11 years ago
  Alexandra Khirnova 5626f994f2 avformat: Use av_reallocp() where suitable 11 years ago
  Diego Biurrun e926b5ceb1 avformat: Drop unnecessary ff_ name prefixes from static functions 12 years ago
  Martin Storsjö 90c784cc13 rtpdec: Pass the sequence number to depacketizers 12 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
  Justin Ruggles 2dd18d4435 rdt: remove workaround for infinite loop with aac 13 years ago
  Anton Khirnov cd3716b9aa Replace all uses of av_close_input_file() with avformat_close_input(). 13 years ago
  Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
  Martin Storsjö ed307e2659 rdt: Check the return value of avformat_open 13 years ago
  Anton Khirnov 84ad31ff18 lavf: replace av_new_stream->avformat_new_stream part II. 14 years ago
  Anton Khirnov 603b8bc2a1 Deprecate av_open_input_* and remove their uses. 14 years ago
  Martin Storsjö 9261e6cf3f rtp: Rename the open/close functions to alloc/free 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 14 years ago
  Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
  Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 14 years ago
  Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
  Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
  Anton Khirnov 8d9ac969cb avio: rename av_alloc_put_byte -> avio_alloc_context for consistency 14 years ago
  Anton Khirnov e731b8d872 avio: move init_put_byte() to a new private header and rename it 14 years ago
  Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
  Martin Storsjö b2dd842d21 rtsp/rdt: Assign the RTSPStream index to AVStream->id 14 years ago
  Mans Rullgard 44adbebe17 Remove final semicolon from some macros 14 years ago
  Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
  Martin Storsjö ad4ad27fb6 rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer 14 years ago
  Aurelien Jacobs dfdb353cd5 get rid of MAX_STREAMS limit in RDT 14 years ago
  Diego Biurrun 0baf34d844 Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. 15 years ago
  Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
  Ronald S. Bultje 0b9535b9a2 Remove dead initialization. 15 years ago
  Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
  Martin Storsjö ddbeb95447 Add a lowercase parameter to ff_data_to_hex 15 years ago
  Ronald S. Bultje 84f0aba18d handler can be NULL if we did not support this dynamic format (codec). 15 years ago
  Ronald S. Bultje 34bddc39b4 Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function 16 years ago
  Colin McQuillan 202a6697ba Use named initializers and use new/free_context() instead of extradata() 16 years ago