683 Commits (eadd4264ee4319abf9ec2f618ff925d7529f20ed)

Author SHA1 Message Date
  Justin Ruggles 91a28b0e8e avcodec: add ff_samples_to_time_base() convenience function to internal.h 13 years ago
  Stefano Sabatini 3293b1adca lavc: set bit_rate in the decoder context, just after the init stage 13 years ago
  Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
  Paul B Mahol 148d1f4799 lavc: add missing PIX_FMT_YUVA444P 13 years ago
  Paul B Mahol dcd2b55e1a Check AVCodec.pix_fmts in avcodec_open2() 13 years ago
  Justin Ruggles b758cf7343 avcodec: set avpkt->size to 0 if encode2() did not output a packet 13 years ago
  Justin Ruggles a75bc764ec avcodec: for audio encoding, set packet dts to packet pts. 13 years ago
  Anton Khirnov 52f82a1148 lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacket 13 years ago
  Ronald S. Bultje 9b027c0d07 dsputil: set STRIDE_ALIGN to 16 for x86 also. 13 years ago
  Justin Ruggles 1a670973a7 ff_alloc_packet: modify the size of the packet to match the requested size 13 years ago
  Janne Grunau 316fc7443b avcodec: Add av_fast_padded_malloc(). 13 years ago
  Anton Khirnov bc90199848 lavc: set AVCodecContext.codec in avcodec_get_context_defaults3(). 13 years ago
  Anton Khirnov 0e72ad95f9 lavc: make avcodec_close() work properly on unopened codecs. 13 years ago
  Anton Khirnov af08d9aeea lavc: add avcodec_is_open(). 13 years ago
  Anton Khirnov 2d9535ad31 avcodec_align_dimensions2: set only 4 linesizes, not AV_NUM_DATA_POINTERS. 13 years ago
  Martin Storsjö 9a7dc618c5 libavcodec: Don't crash in avcodec_encode_audio if time_base isn't set 13 years ago
  Anton Khirnov 3211932c51 lavc: remove disabled FF_API_AVCODEC_INIT cruft. 13 years ago
  Anton Khirnov 491f443e1f lavc: remove disabled FF_API_ER cruft. 13 years ago
  Anton Khirnov d2d931500b lavc: remove disabled FF_API_AVCODEC_OPEN cruft. 13 years ago
  Anton Khirnov fbca04e6f6 lavc: remove disabled FF_API_OLD_FF_PICT_TYPES cruft. 13 years ago
  Anton Khirnov 9a79bb552a lavc: remove disabled FF_API_THREAD_INIT cruft. 13 years ago
  Anton Khirnov 284e65d64e lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft. 13 years ago
  Justin Ruggles 220506d23f avcodec: add a new codec_id for CRYO APC IMA ADPCM. 13 years ago
  Michael Niedermayer e49780f749 lavc: call ff_init_buffer_info() from default reget buffer. 13 years ago
  Michael Niedermayer 2fb65d3e55 lavc: when w/h changes in reget buffer, print the values. 13 years ago
  Reimar Döffinger 178f8ea76e Use ff_packet_free_side_data instead of duplicating it. 13 years ago
  Reimar Döffinger 3b55429d56 Add and use av_fast_padded_malloc. 13 years ago
  Michael Niedermayer a129622390 lavc: Check CODEC_CAP_VARIABLE_FRAME_SIZE && !frame 13 years ago
  Michael Niedermayer af5004b557 lavc: use av_freep() for freeing extended_data 13 years ago
  Justin Ruggles b2c75b6e63 avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio() 13 years ago
  Justin Ruggles 5ee5fa021f avcodec: add a public function, avcodec_fill_audio_frame(). 13 years ago
  Reinhard Tartler e2ff436ef6 lavc: Relax API strictness in avcodec_decode_audio3 with a custom get_buffer() 13 years ago
  Reimar Döffinger c4ba5198ea Fix leaking of side data. 13 years ago
  Carl Eugen Hoyos 6ba74be511 Add CR/LF to a reget_buffer warning message. 13 years ago
  Michael Niedermayer 44e191457a utils: check that parameters havnt changed in reget_buffer() 13 years ago
  Michael Niedermayer 8d95eb6702 lavc: Prevent opening of experimental codecs if strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL. 13 years ago
  Alex Converse 4df30f7114 utils: Check for extradata size overflows. 13 years ago
  Martin Storsjö c5d907b6b0 libavcodec: Handle param change side data in avcodec_decode_video2, too 13 years ago
  Martin Storsjö 867f923df4 libavcodec: Move apply_param_change up above avcodec_decode_video2 13 years ago
  Janne Grunau b6064d9a59 threads: set thread_count to 1 when thread support is disabled 13 years ago
  Stefano Sabatini 8a4a5f6ff7 lavc: add format field to AVFrame 14 years ago
  Stefano Sabatini 3a2ddf7c2c lavc: add width and height fields to AVFrame 14 years ago
  Stefano Sabatini b58dbb5b03 lavc: add a sample_aspect_ratio field to AVFrame 14 years ago
  Michael Niedermayer f0e90e0035 lavc: make 100 the base for the micro version number. 13 years ago
  Martin Storsjö f13db94d0a libavcodec: Apply parameter change side data when decoding audio 13 years ago
  Michael Niedermayer c3846e3eba lavc: Do not fail audio decoding if user has set a custom get_buffer. 13 years ago
  Rafaël Carré 37c0dc626d lavc: always align height by 32 pixel 13 years ago
  Mans Rullgard 8400b126ac avcodec: deprecate AVFrame.age 13 years ago
  Michael Niedermayer 83b46713f0 lavc: Check codec_ids against insertion/removial typos 13 years ago
  Michael Niedermayer f39258d587 lavc: set pkt_?ts to NOPTS in get_frame_defaults. 13 years ago