13011 Commits (b9004bd50c2fa5d4c0ef71ec09c9e70ec83f2e87)

Author SHA1 Message Date
  Clément Bœsch b9004bd50c Remove a few if (p) av_freep(&p) forms 15 years ago
  Jason Garrett-Glaser c54ac7a8f2 VP8: faster filter_level clip 15 years ago
  Jason Garrett-Glaser 8cde1b7997 VP8: simplify lf_delta mb mode logic 15 years ago
  Anton Khirnov 7cb5258483 Rename remaining occurrences of SAMPLE_FMT_* to AV_SAMPLE_FMT_* 15 years ago
  Anton Khirnov 4d9c044d47 Replace remaining occurrences of CODEC_TYPE_* with AVMEDIA_TYPE* 15 years ago
  Tomas Härdin 6cd67b9f5b Add CODEC_ID_PRORES and bump lavc minor version 15 years ago
  Clément Bœsch e31a744155 Remove a few if (p) av_free(p) forms 15 years ago
  Nicolas George cf96cce728 Set pkt_pts in avcodec_default_reget_buffer() 15 years ago
  Justin Ruggles 1003022668 ac3enc: Change EXP_DIFF_THRESHOLD to 500. 15 years ago
  Mans Rullgard 01b75fa931 ARM: add helper macro for declaring constant data 15 years ago
  Justin Ruggles fe2ff6d247 Separate format conversion DSP functions from DSPContext. 15 years ago
  Alex Converse a35d782d28 Fix ff_imdct_calc_sse() on gcc-4.6 15 years ago
  Anssi Hannula 45eaec3029 h264: add profile names for the existing defines 15 years ago
  Janne Grunau 94e3e83f13 h264: Add Intra and Constrained Baseline profiles to avctx.profile 15 years ago
  Gianluigi Tiesi 8a92ec71b3 dca: avoid C99 declaration in for() expression 15 years ago
  Jason Garrett-Glaser 5ad4335c22 VP8: merge chroma MC calls 15 years ago
  Ronald S. Bultje baffa091af Implement a SIMD version of emulated_edge_mc() for x86. 15 years ago
  Justin Ruggles 389b5bfa34 cosmetics: indentation 15 years ago
  Justin Ruggles a8ae4e0e7b Remove unneeded add bias from 3 functions. 15 years ago
  Jason Garrett-Glaser a4257d74e0 Slightly simplify VP8 inter_predict 15 years ago
  Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 15 years ago
  Justin Ruggles 4592c85fc8 Flush final frames in libfaac encoder. 15 years ago
  Vitor Sessak 5255acc6be Fix memory leak in ALS decoder in big endian systems 15 years ago
  Mans Rullgard 451b4b8635 Rearrange MpegEncContext to simplify access from asm 15 years ago
  Vitor Sessak bc0a603c78 Fix overread in altivec DSP function sad16 15 years ago
  Mans Rullgard 8afac88e14 ARM: update MpegEncContext offsets 15 years ago
  Ronald S. Bultje d23e3e5fea Move ff_emulated_edge_mc() into DSPContext. 15 years ago
  Ronald S. Bultje efcc106455 Optimize C version of ff_emulated_edge_mc(). 15 years ago
  Alex Converse 79615a3e50 aacdec: Convert some loop copies into memcpy()s. 15 years ago
  Stefano Sabatini e86c78836b In the rawvideo decoder, set pkt_pts in the output frame. 15 years ago
  Ronald S. Bultje 6642a17935 Fix VP8 aliasing problems. 15 years ago
  Alex Converse b5f83debf5 Make ff_float_to_int16*_c() static. 15 years ago
  Diego Elio Pettenò 06c8f31e84 Hide the now-prefixed decoders, encoders, parsers, bsf, hwaccel objects. 15 years ago
  Justin Ruggles 79ce107847 cosmetics: indentation and spacing 15 years ago
  Justin Ruggles 733dbe7d18 Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). 15 years ago
  Justin Ruggles 0ca4fcc94c Add special case for 2nd-order IIR filter. 15 years ago
  Luca Barbato 1d20121b2e Add ff_ to AVHWAccel decoders 15 years ago
  Ronald S. Bultje e3c5395402 VP8: don't overread edges on fourtap MC. 15 years ago
  Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 15 years ago
  Diego Elio Pettenò 4b21c38180 Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h. 15 years ago
  Justin Ruggles dff80041e3 Add ff_ prefix to ac3_common_init(). 15 years ago
  Justin Ruggles e732af87fc ac3: Remove ff_ac3_critical_band_size_tab. 15 years ago
  Diego Elio Pettenò d4a847711d Mark C base versions of FFT functions static to fft.c 15 years ago
  Marco Gittler 5f58927baf Pass field order flag to libx264 15 years ago
  Diego Elio Pettenò be61983d52 Make ff_add_wav static to ra144.c 15 years ago
  Diego Elio Pettenò 877937b382 Make ff_h264_find_frame_end static to h264.c; delete h264_parser.h 15 years ago
  Diego Elio Pettenò 97c5b0fa95 Make ff_sin_tabs constant to rdft.c 15 years ago
  Diego Elio Pettenò e164553a82 Make ff_spatial_idwt_{init, slice} static to dwt.c 15 years ago
  Diego Elio Pettenò ff0d737d6e Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c. 15 years ago
  Diego Elio Pettenò 998d9ee7a4 Remove unused ff_ac3_parse_header_full function. 15 years ago