27430 Commits (5ce5dbc5f3d0bce1f8d76fea1907c91469ebdd01)
 

Author SHA1 Message Date
Alex Converse 5ce5dbc5f3 Make ff_float_to_int16*_c() static. 14 years ago
Diego Elio Pettenò e628864033 Hide demuxers', muxers' and protocols' objects via the ld version script. 14 years ago
Diego Elio Pettenò ac28ce5fac Hide the now-prefixed decoders, encoders, parsers, bsf, hwaccel objects. 14 years ago
Justin Ruggles b5ec638343 cosmetics: indentation and spacing 14 years ago
Justin Ruggles 9d06d7bce3 Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). 14 years ago
John Stebbins 97b04f5ed3 mov: add support for little-endian utf16 chapter names 14 years ago
Janne Grunau 795ed278e6 movenc: byteswap codec_tag in mov_write_ms_tag 14 years ago
Baptiste Coudurier f258964217 In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports it 14 years ago
Justin Ruggles 37cb3eb534 Add special case for 2nd-order IIR filter. 14 years ago
Luca Barbato d1b6f33bf2 Add ff_ to AVHWAccel decoders 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Anton Khirnov 225b6d7fde mov: simplify mov_read_chapters() by using avio_get_str16be 14 years ago
Mans Rullgard c4f8765ac5 Revert "mov: simplify mov_read_chapters() by using avio_get_str16be" 14 years ago
Ronald S. Bultje 22893e10ae VP8: don't overread edges on fourtap MC. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò 2d162e3825 Make ff_cmap_read_palette static to libavcodec/iff.c. Delete iff.h. 14 years ago
Justin Ruggles 4c57cde942 Add ff_ prefix to ac3_common_init(). 14 years ago
Justin Ruggles 24e3ad3031 ac3: Remove ff_ac3_critical_band_size_tab. 14 years ago
Diego Elio Pettenò eb7ccf8f33 Make the avfilter debug functions and macros static to avfilter.c 14 years ago
Diego Elio Pettenò 7767d8d361 Mark C base versions of FFT functions static to fft.c 14 years ago
Marco Gittler b09f548285 Pass field order flag to libx264 14 years ago
Georgi Chorbadzhiyski 535638b55f mpegtsenc: set reserved bits to 1 in PCR field 14 years ago
Diego Elio Pettenò 1a88674862 Make ff_add_wav static to ra144.c 14 years ago
Diego Elio Pettenò 57c4d01ec9 Make ff_rtsp_send_cmd_with_content_async static to rtsp.c. 14 years ago
Diego Elio Pettenò 13eb6b9097 Make ff_h264_find_frame_end static to h264.c; delete h264_parser.h 14 years ago
Diego Elio Pettenò cf1d794a49 Make ff_ass_subtitle_header static to ass.c 14 years ago
Diego Elio Pettenò d625a32d6b Make ff_sin_tabs constant to rdft.c 14 years ago
Diego Elio Pettenò ebb06d96ed Make ff_spatial_idwt_{init, slice} static to dwt.c 14 years ago
Diego Elio Pettenò f2e246f576 Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c. 14 years ago
Diego Elio Pettenò 676f1f533e Remove unused ff_ac3_parse_header_full function. 14 years ago
Diego Elio Pettenò a3dffc0627 Make ff_mxf_pixel_layouts static to mxf.c. 14 years ago
Diego Elio Pettenò 8529731961 Make ff_h264_decode_rbsp_trailing static to h264.c 14 years ago
Diego Elio Pettenò 101e1f6ff9 Make ff_interleave_compare_dts static to utils.c. 14 years ago
Anton Khirnov c34461b35b mov: simplify mov_read_chapters() by using avio_get_str16be 14 years ago
Anton Khirnov 2934cd9dbf asfdec: remove some commented-out cruft 14 years ago
Anton Khirnov 93b78d1210 lavf: make a variant of ff_get_str16_nolen public 14 years ago
Mans Rullgard d0f0f6287c armcc: filter out non-gcc options from ASFLAGS 14 years ago
Mans Rullgard 9d201b2606 configure: add filter_out() function 14 years ago
Ronald S. Bultje 44002d8323 Don't do edge emulation unless the edge pixels will be used in MC. 14 years ago
Jai Menon c0ae5152d1 ffmetaenc: Use correct format specifiers. 14 years ago
Mans Rullgard e781c4e6ff intfloat_readwrite: include "mathematics.h" for fallback macros 14 years ago
Mans Rullgard 1e48cdaac3 tty: remove superflous #include <strings.h> 14 years ago
Mans Rullgard 21c900129c ac3: remove ff_ac3_critical_band_size_tab[] external declaration 14 years ago
Diego Elio Pettenò 6ed3b504f9 Move ff_ac3_critical_band_size_tab in ac3.c for non-hardcoded tables. 14 years ago
Diego Elio Pettenò 362bfe2997 Remove unused ac3_parametric_bit_allocation function. 14 years ago
Mans Rullgard 3d157bf31f Makefile: fix cleaning of tools in tests directory 14 years ago
Daniel Verkamp 54fe299b88 configure: move network tests before results are needed 14 years ago
Georgi Chorbadzhiyski 6e78c8ee94 mpegtsenc: remove unused variables 14 years ago
Daniel Verkamp 3adbe49f2b Fix ALLPROGS_G so that *_g binaries get cleaned properly 14 years ago
Mans Rullgard e153e9a53a latm: remove superflous #includes 14 years ago