829 Commits (efb0e4e7afc633467b83786819262cb15eda2df6)

Author SHA1 Message Date
  Michael Niedermayer 8deddc6961 avcodec_alloc_frame: dont zero the whole struct twice 12 years ago
  Anton Khirnov a42aadabc6 lavc: add avcodec_free_frame(). 12 years ago
  Anton Khirnov b437cec143 lavc: ensure extended_data is set properly on decoding 12 years ago
  Anton Khirnov 2bc0de3858 lavc: initialize AVFrame.extended_data in avcodec_get_frame_defaults() 12 years ago
  Anton Khirnov c084a975aa lavc: use av_mallocz to allocate AVFrames. 12 years ago
  Anton Khirnov a83499b13b lavc: rename the argument of avcodec_alloc_frame/get_frame_defaults 12 years ago
  Justin Ruggles 0ccf051a9d avcodec: fix memleak in avcodec_encode_audio2() 12 years ago
  Luca Barbato 419ffb2390 avcodec: cleanup utils.c 12 years ago
  Anton Khirnov 466b39efaf lavc: replace AVCodecContext.encode with subtitle-specific callback 12 years ago
  Anton Khirnov 9f64c8219a lavc: add const to private codec class initialization. 12 years ago
  Nicolas George 9dd8272431 lavc: set AVSubtitle.pts if possible. 12 years ago
  Michael Niedermayer 85c830331c lavc: protect calls to frame_thread_encoder by HAVE_THREADS 12 years ago
  Michael Niedermayer 097a909ea1 frame_thread_encoder: pass private options 12 years ago
  Nicolas George c28d80f4c9 lavc: avcodec_get_name: return "none" for AV_CODEC_ID_NONE. 12 years ago
  Anton Khirnov 0a0f19b577 lavc: add const to AVCodec* function parameters. 12 years ago
  Michael Niedermayer 747774ece9 av_get_audio_frame_duration: fix ra144 12 years ago
  Nicolas George 2d3acbfe8c lavc: add const to AVCodecContext.codec_descriptor. 12 years ago
  Nicolas George 9bb936a80e lavc: reimplement avcodec_get_name with descriptors. 12 years ago
  Michael Niedermayer da74e883f1 lavc: add codec_descriptor field to AVCodecContext. 12 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
  Stefano Sabatini 44bd69e9b9 lavc/utils: rename ff_init_buffer_info() pic parameter to frame 12 years ago
  Stefano Sabatini b99381e8b5 lavc/utils: generalize ff_init_buffer_info() and use it when seems feasible 12 years ago
  Stefano Sabatini 23fc4dd6e7 lavc: add channels field to AVFrame 13 years ago
  Marton Balint 016a472009 avcodec: add decode_error_flags field to AVFrame 13 years ago
  Nicolas George 461f506f7b lavc: set best_effort_timestamp for audio too. 13 years ago
  Nicolas George cd08900393 lavc: update pkt_duration for skipped samples. 13 years ago
  Nicolas George 0e18ac5611 lavc: warn when impossible to adjust timestamps for skipped samples. 13 years ago
  Nicolas George 11ce1cf9a7 lavc: add debug info about skipped samples. 13 years ago
  Paul B Mahol 1463bd902a cosmetics: reindent after d3abbb1d1 13 years ago
  Thomas Kühnel f49ec1b404 lavc: add metadata to AVFrame 13 years ago
  Michael Niedermayer aa32971d2b lavc: adjust timestamp in case of skiping initial samples 13 years ago
  Michael Niedermayer 2fe186409b lavc: skip initial silence when requested 13 years ago
  Michael Niedermayer 0eb0b310c4 lavc: add pkt_timebase to allow avcodec to adjust pkt_dts/pts when needed 13 years ago
  Paul B Mahol d3abbb1d13 lavc: fix ff_alloc_packet() 13 years ago
  Paul B Mahol 0e003d8c91 lavc: add av_fast_padded_mallocz 13 years ago
  Carl Eugen Hoyos 36b2bd9629 Show hyphen in codec tag. 13 years ago
  Michael Niedermayer 93d672967d video_get_buffer: return ENOMEM instead of -1 on malloc failure 13 years ago
  Michael Niedermayer f339ebc1ff lavc/utils: print error message on get_buffer related errors 13 years ago
  Michael Niedermayer 6ea973fc4c avcodec_align_dimensions2: support 12 & 14 bit planar colorspaces 13 years ago
  Michael Niedermayer 7001eee1f4 avcodec_encode_audio2: print error messages for errors 13 years ago
  Lou Logan 6851130fd6 cosmetics: minor libavcodec spelling errors 13 years ago
  Michael Niedermayer fde1bc64ad lavc: add frame multithreading capability (currently intra only) 13 years ago
  Martin Storsjö 3641b0489c Add support for iLBC decoding/encoding via the external library libilbc 13 years ago
  Stefano Sabatini 3cc1a89881 lavc/utils: in avcodec_decode_video2() return proper error code instead of -1 13 years ago
  Michael Niedermayer dded4cb20b lavc: fix support of unofficial pix_fmt extensions of jpeg 13 years ago
  Stefano Sabatini 62b39d41cd lavc: add pkt_duration field to AVFrame 13 years ago
  Michael Niedermayer a5ad3c2382 av_get_audio_frame_duration: fix FPE 13 years ago
  Lou Logan 73f3f6baff lavc: clarify experimental codec message 13 years ago
  Stefano Sabatini 67b7631040 lavc: prettify printing of some codec tags which contains non alphanumeric characters 13 years ago
  Michael Niedermayer a1bb0823a9 libavcodec: correct consumed bytes for decoders 13 years ago