summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Move libpostproc compilation to the top-level Makefile.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Quote all installation paths to protect against spaces in the path.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libpostproc installs into a different directory that needs to be created.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l typo: forgotten $Diego Biurrun2006-02-11
| | | | Originally committed as revision 4989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - fix insufficient code length for exp_vlcJindřich Makovička2006-02-11
| | | | | | - move vlc tweaking parameters to one place Originally committed as revision 4987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify header installation.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate library install into static and shared installation.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate header file installation from the general install target.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add installlib and install-headers targets like everywhere else.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install static libpostproc if CONFIG_PP is set.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Install libpostproc headers if CONFIG_PP is set.Diego Biurrun2006-02-11
| | | | Originally committed as revision 4975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't use pow/powf functions where we just need integer arithmetic.Alexander Strasser2006-02-10
| | | | | | approved by Benjamin Originally committed as revision 4973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264: special case dc-only idct. ~1% faster overallLoren Merritt2006-02-10
| | | | Originally committed as revision 4971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_bits1/skip_bits[1] in ac3 and aac parsersMåns Rullgård2006-02-10
| | | | Originally committed as revision 4969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault on broken streamsMichael Niedermayer2006-02-09
| | | | Originally committed as revision 4966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l in 1.12Loren Merritt2006-02-09
| | | | Originally committed as revision 4965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slightly faster loopfilterLoren Merritt2006-02-08
| | | | Originally committed as revision 4958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bump version numbers and update docs for adts aac supportMåns Rullgård2006-02-08
| | | | Originally committed as revision 4957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create adts stream if CODEC_FLAG_GLOBAL_HEADER not setMåns Rullgård2006-02-08
| | | | Originally committed as revision 4956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adts aac parserMåns Rullgård2006-02-08
| | | | Originally committed as revision 4954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decode adts aac streamsMåns Rullgård2006-02-08
| | | | Originally committed as revision 4953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (x86_64)Loren Merritt2006-02-07
| | | | Originally committed as revision 4952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 18% faster put_h264_qpel16_mc[13]2_mmx2Loren Merritt2006-02-07
| | | | Originally committed as revision 4951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 11% faster put_h264_qpel16_v_lowpass_mmx2Loren Merritt2006-02-07
| | | | Originally committed as revision 4950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 15% faster put_h264_qpel16_hv_lowpass_mmx2Loren Merritt2006-02-07
| | | | Originally committed as revision 4949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1 goto 1 fixMichael Niedermayer2006-02-06
| | | | Originally committed as revision 4946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix broken cosmetics commit and add a check for valid headers.Benjamin Larsson2006-02-06
| | | | Originally committed as revision 4945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Small cosmetics and better variable names.Benjamin Larsson2006-02-06
| | | | Originally committed as revision 4944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
| | | | | | patch by Steve Lhomme, steve .dot. lhomme .at. free .dot. fr Originally committed as revision 4942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct the relation between floors of type 0 and block sizes.Alexander Strasser2006-02-05
| | | | Originally committed as revision 4941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2006-02-04
| | | | Originally committed as revision 4940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster find_startcode()Michael Niedermayer2006-02-04
| | | | Originally committed as revision 4939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetic: Fix indentation.Alexander Strasser2006-02-04
| | | | Originally committed as revision 4935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (malloc check with the wrong pointer)Alexander Strasser2006-02-04
| | | | | | | | | Simplification: I have to reconsider this trees and forest thing... Also readded and documented the check i had in the beginning and removed before applying. It avoids a possible div by zero. Originally committed as revision 4934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Added support for vorbis files containing floor type 0.Alexander Strasser2006-02-04
| | | | Originally committed as revision 4933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* output last ac3 frame and simplifyMichael Niedermayer2006-02-02
| | | | Originally committed as revision 4926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* os2 thread, network and freetype2 support by (Paul Smedley | paulat a t ↵Michael Niedermayer2006-02-02
| | | | | | smedleydot d o t info) Originally committed as revision 4922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set interlaced_frame and top_field_first according to coded_frame.Luca Abeni2006-02-02
| | | | | | patch by Luca Abeni, lucabe72 **at&& email ^^dot## it Originally committed as revision 4919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* list of supported pix_fmtsMichael Niedermayer2006-02-02
| | | | Originally committed as revision 4918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* JPEG-LS codec by (Kostya | kostya.forjunk gmail com)Michael Niedermayer2006-02-02
| | | | Originally committed as revision 4917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix silly typos.Diego Biurrun2006-01-31
| | | | Originally committed as revision 4915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add static keyword to some functionsDieter2006-01-30
| | | | | | patch by Dieter <freebsd at sopwith solgatos com> Originally committed as revision 4914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add static keyword to some functionsDieter2006-01-30
| | | | | | patch by Dieter <freebsd at sopwith solgatos com> Originally committed as revision 4913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* long is better than int for pointer differencesDieter2006-01-30
| | | | | | patch by Dieter <freebsd at sopwith solgatos com> Originally committed as revision 4911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* On MinGW it is not possible to build shared and static libraries at once.Diego Biurrun2006-01-30
| | | | | | | | Add means to disable building the static libraries and fix a few issues with the MinGW build. All the hard work done by Alexander Strasser, minor changes by myself. Originally committed as revision 4909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify LDFLAGS handling for MinGW.Diego Biurrun2006-01-29
| | | | Originally committed as revision 4907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)Dieter2006-01-28
| | | | Originally committed as revision 4905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix crash on height < 16 pixels.Loren Merritt2006-01-28
| | | | Originally committed as revision 4904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a newline to b_frame_strategy error message.Corey Hickey2006-01-27
| | | | Originally committed as revision 4903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing bframe strategy 2Michael Niedermayer2006-01-27
| | | | | | | | bits vs. bytes factor of 8 error 16 byte offset error some other minor things Originally committed as revision 4902 to svn://svn.ffmpeg.org/ffmpeg/trunk