53 Commits (96cba1c5524eb0cc1395aa7586e4c3b25092a7ec)

Author SHA1 Message Date
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Michael Niedermayer 55b59fab88 roqaudio: Always use the frame buffer on flush 10 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Anton Khirnov f073b1500e lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft 12 years ago
James Zern bcaf64b605 normalize calls to ff_alloc_packet2 12 years ago
Michael Niedermayer a1af505d66 roqaudioenc: remove dead code 12 years ago
Michael Niedermayer c0b17ea106 roqaudioenc: Fix crash with very small roq files 12 years ago
Diego Biurrun 9734b8ba56 Move avutil tables only used in libavcodec to libavcodec. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer 6eaa31cb9b roqaudioenc: switch to ff_alloc_packet2() 13 years ago
Justin Ruggles 32173df3d2 roqaudioenc: use AVCodec.encode2() 13 years ago
Justin Ruggles f7a2e12f2a roqaudioenc: return AVERROR codes instead of -1 13 years ago
Justin Ruggles 3fa9a999c1 roqaudioenc: set correct bit rate 13 years ago
Justin Ruggles cf57c78b77 roqaudioenc: use AVCodecContext.frame_size correctly. 13 years ago
Justin Ruggles 56279f1d61 roqaudioenc: remove unneeded sample_fmt check 13 years ago
Justin Ruggles a8bdf2405c check for coded_frame allocation failure in several audio encoders 13 years ago
Justin Ruggles 255ad8881d audio encoders: do not set coded_frame->key_frame. 13 years ago
Paul B Mahol 3ab90687fd roqaudioenc: check return value of avcodec_alloc_frame() 13 years ago
Paul B Mahol 2de6a7253e roqaudioenc: remove redundant assignment 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 14 years ago
Reimar Döffinger edac49daf5 Use "const" qualifier for pointers that point to input data of 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Måns Rullgård 94ca624fbc Move ff_sqrt() to libavutil/intmath.h 15 years ago
Vitor Sessak a0228397af Replace big square-root table by a call to ff_sqrt(). Based on a patch 15 years ago
Reimar Döffinger b5f09d31c2 Make sample_fmts and channel_layouts compound literals const to reduce size of 15 years ago
Daniel Verkamp 5ef251e504 Add missing av_cold in static init/close functions. 16 years ago
Vitor Sessak 259037d099 Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix. 16 years ago
Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Diego Biurrun 6823d427c6 consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste it 17 years ago
Stefano Sabatini 88c5216261 cosmetics: s/Id/id/ in libavcodec where Id refers to id Software. 17 years ago
Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Vitor Sessak f025588bb6 RoQ audio encoder 18 years ago